GraphicsLayoutWidget

class pyqtgraph.GraphicsLayoutWidget(parent=None, **kargs)

Convenience class consisting of a GraphicsView with a single GraphicsLayout as its central item.

This class wraps several methods from its internal GraphicsLayout: nextRow nextColumn addPlot addViewBox addItem getItem addLabel addLayout removeItem itemIndex clear

__init__(parent=None, **kargs)

Previous topic

ColorButton

Next topic

ProgressDialog

This Page