PlotWidget#
- class pyqtgraph.PlotWidget(parent=None, background='default', plotItem=None, **kargs)[source]#
-
- plotItem#
When initializing PlotWidget, parent and background are passed to
GraphicsWidget.__init__()and all others are passed toPlotItem.__init__().
- sigTransformChanged#
GraphicsViewwidget with a singlePlotIteminside.The following methods are wrapped directly from PlotItem:
addItem,removeItem,clear,setAxisItems,setXRange,setYRange,setRange,autoRange,setXLink,setYLink,viewRect,setMouseEnabled,enableAutoRange,disableAutoRange,setAspectLocked,setLimits,register,unregisterFor all other methods, use
getPlotItem.