Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.24 KB

File metadata and controls

36 lines (22 loc) · 1.24 KB


AMPEL-plot



Ampel-plot

provides:

  • a standardized document structure called SVGRecord for saving plots into the ampel DB
  • a model for configuring plot properties in unit config: PlotProperties
  • methods for converting matplotlib figures into SVG dictionaries

Dependencies: ampel-interface, matplotlib

Ampel-plot-browse

provides:

  • tools for loading plots from DB (either using queries or by monitoring changes to given databases)
  • a way to automatically load plots from clipboard (handy in combination with Robot3T for example)
  • options for visualizing plots, in particular, plots can be stacked into a HTML structure displayable by web browsers
  • methods for manipulating SVG structures (rescaling, format conversions)

Dependencies: ampel-plot, pyvips, clipboard, pynput, , pygments

Ampel-plot-cli

makes the ampel CLI command ampel plot available which allows to fetch and render plots from DB

Dependencies: ampel-plot, ampel-core

Ampel-plot-app

A standalone GUI app providing similar functionality to ampel plot clipboard. It needs an update.