Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyqtgraph/pyqtgraph
/ functions
Functions
4,033 in github.com/pyqtgraph/pyqtgraph
⨍
Functions
4,033
◇
Types & classes
441
↳
Endpoints
10
Method
paint
(self, p, *args)
pyqtgraph/graphicsItems/HistogramLUTItem.py:210
Method
paint
(self, p, option, widget)
pyqtgraph/graphicsItems/ScatterPlotItem.py:939
Method
paint
(self, p, *args)
pyqtgraph/graphicsItems/VTickGroup.py:86
Method
paint
(self, p, opt, widget)
pyqtgraph/graphicsItems/ROI.py:1491
Method
paint
(self, *args)
pyqtgraph/graphicsItems/ROI.py:1717
Method
paint
(self, p, opt, widget)
pyqtgraph/graphicsItems/ROI.py:1857
Method
paint
(self, p, *args)
pyqtgraph/graphicsItems/ROI.py:2108
Method
paint
(self, p, *args)
pyqtgraph/graphicsItems/ROI.py:2185
Method
paint
(self, p, *args)
pyqtgraph/graphicsItems/ROI.py:2303
Method
paint
(self, p, *args)
pyqtgraph/graphicsItems/ROI.py:2315
Method
paint
(self, p, *args)
pyqtgraph/graphicsItems/ROI.py:2364
Method
paint
(self, p, opt, widget)
pyqtgraph/graphicsItems/ViewBox/ViewBox.py:1735
Method
paint
Called by the GLViewWidget to draw this item. It is the responsibility of the item to set up its own modelview matrix, but th
pyqtgraph/opengl/GLGraphicsItem.py:271
Method
paint
(self)
pyqtgraph/opengl/items/GLScatterPlotItem.py:144
Method
paint
(self)
pyqtgraph/opengl/items/GLVolumeItem.py:129
Method
paint
(self)
pyqtgraph/opengl/items/GLSurfacePlotItem.py:154
Method
paint
(self)
pyqtgraph/opengl/items/GLTextItem.py:63
Method
paint
(self)
pyqtgraph/opengl/items/GLImageItem.py:122
Method
paint
(self)
pyqtgraph/opengl/items/GLLinePlotItem.py:145
Method
paint
(self)
pyqtgraph/opengl/items/GLMeshItem.py:233
Method
paint
(self)
pyqtgraph/opengl/items/GLGradientLegendItem.py:63
Method
paint
(self, p, *args)
pyqtgraph/examples/contextMenu.py:61
Method
paint
(self)
pyqtgraph/examples/GLPainterItem.py:24
Method
paint
(self, p, *args)
pyqtgraph/examples/customGraphicsItem.py:35
Method
paint
(self, painter, opt, widget)
pyqtgraph/examples/PlotSpeedTest.py:56
Method
paint
(self, p, *args)
pyqtgraph/examples/optics/pyoptic.py:202
Method
paint
(self, p, *args)
pyqtgraph/examples/optics/pyoptic.py:358
Method
paint
(self, p, *args)
pyqtgraph/examples/optics/pyoptic.py:404
Method
paint
(self, p, *args)
pyqtgraph/examples/optics/pyoptic.py:525
Method
paint
(self, p, *args)
pyqtgraph/flowchart/Node.py:595
Method
paint
(self, p, *args)
pyqtgraph/flowchart/Flowchart.py:586
Method
paint
(self, p, *args)
pyqtgraph/flowchart/Terminal.py:335
Method
paint
(self, p, *args)
pyqtgraph/flowchart/Terminal.py:574
Method
paintEvent
(self, ev)
pyqtgraph/widgets/PenPreviewLabel.py:16
Method
paintEvent
(self, ev)
pyqtgraph/widgets/ValueLabel.py:66
Method
paintEvent
(self, ev)
pyqtgraph/widgets/PathButton.py:34
Method
paintEvent
(self, ev)
pyqtgraph/widgets/RawImageWidget.py:63
Method
paintEvent
(self, ev)
pyqtgraph/widgets/GraphicsView.py:136
Method
paintEvent
(self, ev)
pyqtgraph/widgets/RemoteGraphicsView.py:203
Method
paintEvent
(self, evt)
pyqtgraph/widgets/ColorMapButton.py:100
Method
paintEvent
(self, ev)
pyqtgraph/widgets/SpinBox.py:627
Method
paintEvent
(self, ev)
pyqtgraph/widgets/SpinBox.py:651
Method
paintEvent
(self, ev)
pyqtgraph/widgets/ColorButton.py:37
Method
paintEvent
(self, ev)
pyqtgraph/widgets/VerticalLabel.py:35
Method
paintEvent
(self, ev)
pyqtgraph/widgets/JoystickButton.py:72
Method
paintEvent
(self, ev)
pyqtgraph/dockarea/DockDrop.py:130
Method
paintGL
(self)
pyqtgraph/opengl/GLViewWidget.py:213
Method
paintGL
(self)
pyqtgraph/widgets/RawImageWidget.py:246
Method
paramStateChanged
Some parameters of the optic have changed.
pyqtgraph/examples/optics/pyoptic.py:162
Method
paramStateChanged
(self)
pyqtgraph/examples/optics/pyoptic.py:338
Method
paramStateChanged
(self)
pyqtgraph/examples/optics/pyoptic.py:500
Method
parameters
(self)
pyqtgraph/exporters/Matplotlib.py:62
Method
parameters
(self)
pyqtgraph/exporters/CSVExporter.py:49
Method
parameters
(self)
pyqtgraph/exporters/PrintExporter.py:34
Method
parameters
(self)
pyqtgraph/exporters/SVGExporter.py:76
Method
parameters
(self)
pyqtgraph/widgets/DataFilterWidget.py:35
Method
parentBounds
Return the bounding rectangle of this ROI in the coordinate system of its parent.
pyqtgraph/graphicsItems/ROI.py:238
Method
parentChanged
(self, param, parent)
pyqtgraph/parametertree/ParameterItem.py:99
Method
passTest
(self)
tests/image_testing.py:413
Function
pausePlot
(paused=False)
pyqtgraph/examples/ScatterPlotSpeedTest.py:134
Method
pen
(self)
pyqtgraph/graphicsItems/ScatterPlotItem.py:1194
Method
penPropertySetter
(self, p, value)
pyqtgraph/parametertree/parameterTypes/pen.py:211
Method
pixelPadding
Get the size (in pixels) that this item might draw beyond the data. The size of scatter plot symbols or width of the line pl
pyqtgraph/graphicsItems/PlotDataItem.py:1743
Method
pixelPadding
(self)
pyqtgraph/graphicsItems/ArrowItem.py:136
Method
pixelSize
(self)
pyqtgraph/graphicsItems/GraphicsItem.py:286
Method
pixelSize
Get the `x` and `y` size of each pixel in the view coordinate system. Returns ------- float, float The `
pyqtgraph/graphicsItems/ImageItem.py:1060
Function
plot
Create and return a :class:`PlotWidget <pyqtgraph.PlotWidget>` Accepts a *title* argument to set the title of the window. All other argum
pyqtgraph/__init__.py:306
Function
plotClicked
(curve)
pyqtgraph/examples/MouseSelection.py:30
Method
plotClicked
(self, plot, points, ev)
pyqtgraph/widgets/ScatterPlotWidget.py:286
Method
plotHovered
(self, plot, points, ev)
pyqtgraph/widgets/ScatterPlotWidget.py:292
Method
plotSelected
(self, index)
pyqtgraph/flowchart/library/Display.py:94
Method
pointMode
(self)
pyqtgraph/graphicsItems/PlotItem/PlotItem.py:1313
Function
pretty
Format nested dict/list/tuple structures into a more human-readable string This function is a bit better than pprint for displaying OrderedDicts.
pyqtgraph/debug.py:1129
Method
print
Print to real stdout (for debugging)
pyqtgraph/console/repl_widget.py:258
Function
printException
Print an exception with its full traceback. Set `sys.excepthook = printException` to ensure that exceptions caught inside Qt signal handl
pyqtgraph/debug.py:170
Function
printResult
(func)
pyqtgraph/examples/InteractiveParameter.py:22
Function
printTrace
Print an error message followed by an indented stack trace
pyqtgraph/debug.py:141
Method
process
Process requests from parent. Usually it is not necessary to call this unless you would like to receive messages (such as ex
pyqtgraph/multiprocess/parallelizer.py:266
Method
process
(self, data, display=True)
pyqtgraph/examples/FlowchartCustomNode.py:72
Method
process
(self, dataIn, display=True)
pyqtgraph/examples/FlowchartCustomNode.py:106
Method
process
Process data through the flowchart, returning the output. Keyword arguments must be the names of input terminals. T
pyqtgraph/flowchart/Flowchart.py:241
Method
process
(self, **args)
pyqtgraph/flowchart/library/Operators.py:14
Method
process
(self, **args)
pyqtgraph/flowchart/library/Operators.py:38
Method
process
(self, In, display=True)
pyqtgraph/flowchart/library/Display.py:46
Method
process
(self, In, display=True)
pyqtgraph/flowchart/library/Display.py:136
Method
process
(self, x, y, display=True)
pyqtgraph/flowchart/library/Display.py:176
Method
process
(self, input, display=True)
pyqtgraph/flowchart/library/Display.py:219
Method
process
(self, In, display=True)
pyqtgraph/flowchart/library/Data.py:22
Method
process
(self, data=None, display=True)
pyqtgraph/flowchart/library/Data.py:117
Method
process
(self, display=True, **args)
pyqtgraph/flowchart/library/Data.py:219
Method
process
(self, display=True, **args)
pyqtgraph/flowchart/library/Data.py:300
Method
process
(self, In, display=True)
pyqtgraph/flowchart/library/common.py:170
Method
processBypassed
(self, args)
pyqtgraph/flowchart/library/Display.py:80
Method
processData
(self, data)
pyqtgraph/flowchart/library/Filters.py:16
Method
processData
(self, data)
pyqtgraph/flowchart/library/Filters.py:27
Method
processData
(self, data)
pyqtgraph/flowchart/library/Filters.py:41
Method
processData
(self, data)
pyqtgraph/flowchart/library/Filters.py:62
Method
processData
(self, data)
pyqtgraph/flowchart/library/Filters.py:87
Method
processData
(self, data)
pyqtgraph/flowchart/library/Filters.py:102
Method
processData
(self, data)
pyqtgraph/flowchart/library/Filters.py:114
← previous
next →
3,201–3,300 of 4,033, ranked by callers