Plot class.
More...
Plot class.
This class manages a plotting object.
◆ __init__()
def pylampgui.plotmgr.PlotMgr.__init__ |
( |
|
self, |
|
|
|
layout |
|
) |
| |
Class constructor.
- Parameters
-
◆ add_feedback()
def pylampgui.plotmgr.PlotMgr.add_feedback |
( |
|
self | ) |
|
Add feedback layout to the plot.
◆ add_mark()
def pylampgui.plotmgr.PlotMgr.add_mark |
( |
|
self, |
|
|
|
text |
|
) |
| |
Add mark to the plot object.
- Parameters
-
◆ add_new_value()
def pylampgui.plotmgr.PlotMgr.add_new_value |
( |
|
self, |
|
|
|
name, |
|
|
|
value |
|
) |
| |
Add new value to a given plot.
- Parameters
-
name | name of the plot. |
value | value |
◆ add_plot_to_layout()
def pylampgui.plotmgr.PlotMgr.add_plot_to_layout |
( |
|
self, |
|
|
|
name, |
|
|
|
title, |
|
|
|
label_y |
|
) |
| |
Add plot to the layout.
- Parameters
-
name | name of the plot. |
title | plot title. |
label_y | label for axis y. |
◆ plot_accumulated()
def pylampgui.plotmgr.PlotMgr.plot_accumulated |
( |
|
self | ) |
|
◆ remove_plot_from_layout()
def pylampgui.plotmgr.PlotMgr.remove_plot_from_layout |
( |
|
self, |
|
|
|
name |
|
) |
| |
Remove plot from layout.
- Parameters
-
◆ reset_plots()
def pylampgui.plotmgr.PlotMgr.reset_plots |
( |
|
self | ) |
|
The documentation for this class was generated from the following file: