MultiPlotItem#

class pyqtgraph.MultiPlotItem(*args, **kwds)[source]#

GraphicsLayout that automatically generates a grid of plots from a MetaArray.

See also

MultiPlotWidget: Widget containing a MultiPlotItem

plot(data, **plotArgs)[source]#

Plot the data from a MetaArray with each array column as a separate PlotItem.

Axis labels are automatically extracted from the array info.

plotArgs are passed to PlotItem.plot.