mpl_qt_viz.visualizers

Image Plotting

Classes

MultiPlot(artists, title[, parent])

A widget that allows the user to flip through a set of matplotlib artists (images, plots, etc.)

PlotNd(data[, names, initialCoords, title, …])

A convenient widget for visualizing data that is 3D or greater.

PlotNdCanvas(data, names[, initialCoords, …])

The matplotlib canvas for the PlotND widget.

DockablePlotWindow([title])