Extra Elements

Extra Elements#

Edifice also provides a few extra Elements that provide useful but non-core features.

These Elements are not imported into the edifice namespace. To use them, you have to import from the module edifice.extra:

from edifice.extra import MatplotlibFigure

User contributions are of course welcome!

PyQtPlot(plot_fun, **kwargs)

A PyQtGraph PlotWidget.

MatplotlibFigure(plot_fun[, ...])

A matplotlib Figure.