- class TMSiFrontend.plotter.Plotter(*args: Any, **kwargs: Any)#
Bases:
QWidget
,Ui_Plotter
Plotter interface
- __init__(name='Plotter')#
Initialize Plotter
- Parameters:
name (str, optional) – name of the plotter, defaults to “Plotter”
Methods
__init__
([name])Initialize Plotter
enable_frame_table
([enable])increase_amplitude_range
(isIncrease)increase_plotter_zoom
(isIncrease)initialize_table
(titles, values)set_table_title
(titles)set_table_values
(values)Toggle the visibility of the sidebar
Toggle the visibility of the sidebar
update_chart
(data_to_plot)Update chart with data
- toggle_sidebar()#
Toggle the visibility of the sidebar
- toggle_table()#
Toggle the visibility of the sidebar
- update_chart(data_to_plot)#
Update chart with data
- Parameters:
data_to_plot (list[list]) – data to be plotted