- class TMSiFrontend.chart.Chart(plotter_chart)#
Bases:
object
Chart interface
- __init__(plotter_chart)#
Initialize chart
- Parameters:
plotter_chart (QWidget) – widget where the chart is going to lay.
Methods
__init__
(plotter_chart)Initialize chart
initUI
()Initialize the UI
snap
()Export the image of the chart
update_chart
(data_to_plot)Update chart with ner data
- initUI()#
Initialize the UI
- snap()#
Export the image of the chart
- update_chart(data_to_plot)#
Update chart with ner data
- Parameters:
data_to_plot (list[list]) – data to be plotted