class openalea.oalab.plot2d.figurewidget.FigureManagerQT(canvas, num)[source]

Bases: matplotlib.backend_bases.FigureManagerBase

Public attributes

canvas : The FigureCanvas instance num : The Figure number toolbar : The qt.QToolBar window : The qt.QMainWindow

show()[source]
class openalea.oalab.plot2d.figurewidget.MplCanvas(parent=None)[source]

Bases: matplotlib.backends.backend_qt4agg.FigureCanvasQTAgg

Ultimately, this is a QWidget (as well as a FigureCanvasAgg, etc.).

staticMetaObject = <PySide.QtCore.QMetaObject object at 0x2adeea5b48c0>
class openalea.oalab.plot2d.figurewidget.MplFigure(figsize=None, dpi=None, facecolor=None, edgecolor=None, linewidth=0.0, frameon=None, subplotpars=None, tight_layout=None)[source]

Bases: matplotlib.figure.Figure

class openalea.oalab.plot2d.figurewidget.MplFigureWidget[source]

Bases: PySide.QtGui.QFrame

activate()[source]
hold(state=True)[source]
initialize()[source]
properties()[source]
set_num(num)[source]
set_properties(properties)[source]
show_active()[source]
show_inactive()[source]
toolbar_actions()[source]
count = 0
staticMetaObject = <PySide.QtCore.QMetaObject object at 0x2adeea5b4c68>
openalea.oalab.plot2d.figurewidget.activate()[source]
openalea.oalab.plot2d.figurewidget.draw_if_interactive()[source]

Is called after every pylab drawing command

openalea.oalab.plot2d.figurewidget.new_figure_manager_given_figure(num, figure)[source]

Create a new figure manager instance for the given figure.

Previous topic

openalea.oalab.plot2d package

Next topic

<no title>

This Page