Bases: PySide.QtGui.QWidget
Abstract class for widget using matplotlib
It implement the get_singleton method that return the class _singleton attribute (instanciating it if necessary). Such a subclass can:
- Have its own _singleton attribute, set to None by default
- Override the class method create_singleton that takes no argument which return the singleton instance. Otherwise the default method calls the class constructor with no argument
It also duck type the QMainWindow interface used by matplotlib
Bases: PySide.QtGui.QWidget
Widget that contains a mpl canvas
Bases: matplotlib.backends.backend_qt4.FigureManagerQT
qt4agg.FigureManageQT subclass that put mpl figures in a MplTabWidget
Bases: PySide.QtGui.QTabWidget, openalea.oalab.plot2d.mplwidget.AbstractMplWidget
Singleton class that implement mpl figure in a tab widget