tommy.view.graph_view
Classes
- class tommy.view.graph_view.GraphView[source]
Bases:
QWidget
A class for displaying the graphs made by the graph-controller
- display_plot(canvas: Figure, visualization_type: str) None [source]
Display the plots for the given tab.
- Parameters:
canvas – The canvas to display
visualization_type – The type of the visualization
- Returns:
None
- staticMetaObject = PySide6.QtCore.QMetaObject("GraphView" inherits "QWidget": )