titania.plots package#
Submodules#
titania.plots.base_plot module#
- class titania.plots.base_plot.BaseCanvasPlot(parent: QWidget | None = None, view: TitaniaTabInterface | None = None)[source]#
Bases:
PlotInterface
,FigureCanvasQTAgg
- class titania.plots.base_plot.FinalMetaPlot(name, bases, namespace, **kwargs)[source]#
Bases:
ABCMeta
,wrappertype
- class titania.plots.base_plot.MplPlot(parent: QWidget | None = None, view: TitaniaTabInterface | None = None)[source]#
Bases:
BaseCanvasPlot
A parent class for making matplotlib plots
Bases:
MplPlot
- A class with a toolbar plot. The toolbar implements matplotlib toolbar with zoom,
save file and others.
Draws the plot
If the plot is a more complex QWidget, it should return that widget