tommy.view.plot_selection_view

Classes

class tommy.view.plot_selection_view.PlotSelectionView(graph_controller: GraphController, config_controller: ConfigController, graph_view: GraphView)[source]

Bases: QTabWidget

A class to display options for selecting a plot.

ORDER_OF_VIS_GROUPS: list[VisGroup] = [VisGroup.CORPUS, VisGroup.MODEL, VisGroup.TOPIC]
__init__(graph_controller: GraphController, config_controller: ConfigController, graph_view: GraphView) None[source]

Initialize the GraphDisplay.

remove_all_tabs()[source]

Clear layout and list of possible plots

staticMetaObject = PySide6.QtCore.QMetaObject("PlotSelectionView" inherits "QTabWidget": )