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
↓ 1 callers
Method
valueChanged
(self, param, val, force=False)
pyqtgraph/parametertree/parameterTypes/basetypes.py:133
↓ 1 callers
Method
valueInRange
(self, value)
pyqtgraph/widgets/SpinBox.py:459
↓ 1 callers
Method
vertexFaces
Return list mapping each vertex index to a list of face indexes that use the vertex.
pyqtgraph/opengl/MeshData.py:356
↓ 1 callers
Method
viewChanged
Called when this item's view has changed (ie, the item has been added to or removed from a ViewBox)
pyqtgraph/graphicsItems/GraphicsItem.py:456
↓ 1 callers
Method
viewMatrix
(self)
pyqtgraph/opengl/GLViewWidget.py:170
↓ 1 callers
Method
viewRangeChanged
(self, vb=None, ranges=None, changed=None)
pyqtgraph/graphicsItems/PlotDataItem.py:1806
↓ 1 callers
Method
viewRangeChanged
Called whenever the view coordinates of the ViewBox containing this item have changed.
pyqtgraph/graphicsItems/GraphicsItem.py:474
↓ 1 callers
Method
viewTransformChanged
(self)
pyqtgraph/graphicsItems/TargetItem.py:291
↓ 1 callers
Method
viewTransformChanged
Called whenever the transformation matrix of the view has changed. For example, when the view range has changed or the view was resiz
pyqtgraph/graphicsItems/GraphicsItem.py:482
↓ 1 callers
Method
visible
Return True if the item is currently set to be visible. Note that this does not guarantee that the item actually appears in the view,
pyqtgraph/opengl/GLGraphicsItem.py:233
↓ 1 callers
Method
visibleRange
(self)
pyqtgraph/widgets/GraphicsView.py:231
↓ 1 callers
Function
walkQObjectTree
Walk through a tree of QObjects, doing nothing to them. The purpose of this function is to find dead objects and generate a crash immedia
pyqtgraph/debug.py:1049
↓ 1 callers
Method
widgetLength
(self)
pyqtgraph/graphicsItems/GradientEditorItem.py:208
↓ 1 callers
Method
widgetValueChanged
(self)
pyqtgraph/parametertree/parameterTypes/basetypes.py:164
↓ 1 callers
Function
winset
( reset: bool = False, fore: WinColor | None = None, back: WinColor | None = None, style: WinS
pyqtgraph/util/cprint.py:16
↓ 1 callers
Function
wlPen
Return a pen representing the given wavelength
pyqtgraph/examples/optics/pyoptic.py:81
↓ 1 callers
Method
write
Write a string into the console. If scrollToBottom is 'auto', then the console is automatically scrolled to fit the new text only if
pyqtgraph/console/repl_widget.py:103
Function
BusyCursor
Display a busy mouse cursor during long operations. Usage:: with BusyCursor(): doLongOperation() May be nested. If
pyqtgraph/widgets/BusyCursor.py:9
Function
CIELabColor
Generates as QColor from CIE L*a*b* values. Parameters ---------- L: float Lightness value ranging from 0 to 100
pyqtgraph/functions.py:484
Function
IQR_1p5
use 1.5IQR to get whisker boundaries returns (lower whisker, upper whisker)
pyqtgraph/graphicsItems/BoxplotItem.py:15
Method
__abs__
(self)
pyqtgraph/Vector.py:92
Method
__add__
(self, a)
pyqtgraph/Point.py:62
Method
__add__
(self, *args)
pyqtgraph/multiprocess/remoteproxy.py:959
Method
__and__
(self, *args)
pyqtgraph/multiprocess/remoteproxy.py:1031
Method
__call__
(self, *args)
pyqtgraph/debug.py:521
Method
__call__
Register or print a new message with timing information.
pyqtgraph/debug.py:557
Method
__call__
Attempts to call the proxied object from the remote process. Accepts extra keyword arguments: _callSync 'off'
pyqtgraph/multiprocess/remoteproxy.py:919
Method
__call__
Calls ``self.function``. Extra, closures, and parameter keywords as defined on init and through :func:`InteractiveFunction.setParams`
pyqtgraph/parametertree/interactive.py:75
Method
__call__
(self, function, **kwargs)
pyqtgraph/parametertree/interactive.py:407
Method
__del__
(self)
pyqtgraph/debug.py:581
Method
__del__
(self)
pyqtgraph/debug.py:795
Method
__del__
(self)
pyqtgraph/debug.py:1105
Method
__delitem__
(self, item)
pyqtgraph/opengl/shaders.py:329
Method
__div__
(self, a)
pyqtgraph/Point.py:80
Method
__div__
(self, t)
pyqtgraph/SRTTransform.py:135
Method
__div__
(self, *args)
pyqtgraph/multiprocess/remoteproxy.py:965
Method
__enter__
(self)
pyqtgraph/console/repl_widget.py:274
Method
__enter__
(self)
pyqtgraph/opengl/shaders.py:360
Method
__enter__
(self)
pyqtgraph/parametertree/Parameter.py:873
Method
__enter__
(self)
pyqtgraph/widgets/ProgressDialog.py:81
Method
__enter__
(self)
pyqtgraph/util/mutex.py:103
Method
__eq__
(self, x)
tests/test_functions.py:158
Method
__eq__
(self, x)
tests/test_functions.py:171
Method
__eq__
(self, other)
pyqtgraph/colormap.py:843
Method
__eq__
(self, *args)
pyqtgraph/multiprocess/remoteproxy.py:1013
Method
__eq__
(self, x)
pyqtgraph/parametertree/ParameterItem.py:219
Method
__exit__
(self, exc_type, exc_val, exc_tb)
pyqtgraph/console/repl_widget.py:280
Method
__exit__
(self, *args)
pyqtgraph/opengl/shaders.py:405
Method
__exit__
(self, exc_type, exc_value, tb)
pyqtgraph/parametertree/Parameter.py:876
Method
__exit__
(self, exType, exValue, exTrace)
pyqtgraph/widgets/ProgressDialog.py:97
Method
__exit__
(self, *args)
pyqtgraph/util/mutex.py:100
Method
__floordiv__
(self, *args)
pyqtgraph/multiprocess/remoteproxy.py:971
Method
__ge__
(self, *args)
pyqtgraph/multiprocess/remoteproxy.py:1028
Method
__getattr__
(self, attr)
pyqtgraph/jupyter/GraphicsView.py:169
Method
__getattr__
(self, attr)
pyqtgraph/Qt/__init__.py:66
Method
__getattr__
(self, attr)
pyqtgraph/exporters/Matplotlib.py:158
Method
__getattr__
(self, name)
pyqtgraph/parametertree/SystemSolver.py:97
Method
__getattr__
(self, attr)
pyqtgraph/widgets/TreeWidget.py:394
Method
__getattr__
(self, attr)
pyqtgraph/widgets/GradientWidget.py:69
Method
__getattr__
(self, attr)
pyqtgraph/widgets/HistogramLUTWidget.py:39
Method
__getattr__
(self, attr)
pyqtgraph/widgets/PlotWidget.py:80
Method
__getitem__
Convenient shorthand access to palette colors
pyqtgraph/colormap.py:446
Method
__getitem__
(self, item)
pyqtgraph/debug.py:475
Method
__getitem__
(self, ind)
pyqtgraph/functions.py:312
Method
__getitem__
(self, i)
pyqtgraph/Vector.py:54
Method
__getitem__
(self, i)
pyqtgraph/Point.py:39
Method
__getitem__
(self, field)
pyqtgraph/PlotData.py:35
Method
__getitem__
(self, key)
pyqtgraph/graphicsItems/GraphicsItem.py:26
Method
__getitem__
Given a list of tuples, (symbol, size, pen, brush), return a list of coordinates of corresponding symbols within the atlas. Note that
pyqtgraph/graphicsItems/ScatterPlotItem.py:159
Method
__getitem__
(self, *args)
pyqtgraph/multiprocess/remoteproxy.py:944
Method
__getitem__
Get the value of a child parameter. The name may also be a tuple giving the path to a sub-parameter:: value = param[('chi
pyqtgraph/parametertree/Parameter.py:742
Method
__getitem__
(self, item)
pyqtgraph/examples/optics/pyoptic.py:116
Method
__getitem__
Return the terminal with the given name
pyqtgraph/flowchart/Node.py:193
Method
__getstate__
(self)
pyqtgraph/widgets/RemoteGraphicsView.py:49
Method
__getstate__
(self)
pyqtgraph/widgets/RemoteGraphicsView.py:83
Method
__getstate__
(self)
pyqtgraph/widgets/RemoteGraphicsView.py:107
Method
__getstate__
(self)
pyqtgraph/widgets/RemoteGraphicsView.py:125
Method
__gt__
(self, *args)
pyqtgraph/multiprocess/remoteproxy.py:1022
Method
__hash__
(self)
pyqtgraph/multiprocess/remoteproxy.py:1091
Method
__hash__
(self)
pyqtgraph/parametertree/ParameterItem.py:216
Method
__hash__
(self)
pyqtgraph/flowchart/Terminal.py:261
Method
__iadd__
(self, *args)
pyqtgraph/multiprocess/remoteproxy.py:980
Method
__iadd__
Use inplace-addition operator for easy incrementing.
pyqtgraph/widgets/ProgressDialog.py:110
Method
__iand__
(self, *args)
pyqtgraph/multiprocess/remoteproxy.py:1040
Method
__idiv__
(self, *args)
pyqtgraph/multiprocess/remoteproxy.py:986
Method
__ifloordiv__
(self, *args)
pyqtgraph/multiprocess/remoteproxy.py:992
Method
__ilshift__
(self, *args)
pyqtgraph/multiprocess/remoteproxy.py:1010
Method
__imul__
(self, *args)
pyqtgraph/multiprocess/remoteproxy.py:995
Method
__init__
(self, *args, **kwds)
tests/image_testing.py:478
Method
__init__
(self, err)
tests/test_functions.py:169
Method
__init__
(self)
tests/test_functions.py:500
Method
__init__
(self, parent=None)
tests/test_signalproxy.py:16
Method
__init__
(self)
tests/graphicsItems/test_AxisItem.py:53
Method
__init__
(self)
tests/graphicsItems/test_AxisItem.py:65
Method
__init__
(self)
pyqtgraph/ThreadsafeTimer.py:14
Method
__init__
__init__(pos, color, mapping=ColorMap.CLIP) Parameters ---------- pos: array_like of float, optional
pyqtgraph/colormap.py:375
Method
__init__
(self, message, lineNum, line, fileName=None)
pyqtgraph/configfile.py:30
Method
__init__
(self)
pyqtgraph/debug.py:66
Method
__init__
(self)
pyqtgraph/debug.py:453
Method
__init__
(self, *args, **kwds)
pyqtgraph/debug.py:519
← previous
next →
2,001–2,100 of 4,033, ranked by callers