GraphicsLayout

class pyqtgraph.GraphicsLayout(parent=None, border=None)

Used for laying out GraphicsWidgets in a grid.

__init__(parent=None, border=None)
nextCol(colspan=1)

Advance to next column, while returning the current column number (generally only for internal use–called by addItem)

nextRow()

Advance to next row for automatic item placement

Previous topic

ROI

Next topic

AxisItem

This Page