mpl_qt_viz.visualizers

Qt Widgets for interactive data visualization.

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])