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

__init__() None[source]

Initialize the GraphDisplay.

clear_plot() None[source]

Clear the plot from the view.

Returns:

None

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": )