MultiPlotItem¶
-
class
pyqtgraph.MultiPlotItem(*args, **kwds)[source]¶ GraphicsLayoutthat 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.
plotArgsare passed toPlotItem.plot.
-