Extra Elements#

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

These Elements have additional dependencies, so they are not included in the edifice module.

Importing one of these extra Elements will require the installation of the additional dependencies.

from edifice.extra.matplotlib_figure import MatplotlibFigure

User contributions are of course welcome!

pyqtgraph_plot.PyQtPlot(plot_fun, **kwargs)

A PyQtGraph PlotWidget.

matplotlib_figure.MatplotlibFigure(plot_fun)

A matplotlib Figure.

numpy_image.NumpyImage(src[, aspect_ratio_mode])

Render a numpy array as an image.

numpy_image.NumpyArray(np_array)

Wrapper for one numpy.ndarray.

numpy_image.NumpyArray_to_QImage(arr)

Function to convert numpy arrays into QImages.