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
dataBounds
Called by ViewBox for determining the auto-range bounds. By default, UIGraphicsItems are excluded from autoRange.
pyqtgraph/graphicsItems/UIGraphicsItem.py:86
Method
dataBounds
(self, axis, frac=1.0, orthoRange=None)
pyqtgraph/graphicsItems/InfiniteLine.py:381
Method
dataBounds
(self, axis, frac=1.0, orthoRange=None)
pyqtgraph/graphicsItems/LinearRegionItem.py:276
Method
dataBounds
(self, *args, **kwds)
pyqtgraph/graphicsItems/GraphItem.py:141
Method
dataBounds
(self, ax, frac, orthoRange=None)
pyqtgraph/graphicsItems/ArrowItem.py:122
Method
dataBounds
(self, *args, **kargs)
pyqtgraph/graphicsItems/VTickGroup.py:74
Method
dataRect
The bounding rectangle for the full set of data. Returns ------- :class:`QRectF` or None Will return ``N
pyqtgraph/graphicsItems/PlotDataItem.py:1680
Method
dataTransform
Get the transform mapping image array to local coordinate system. This transform corrects for the transposition that occurs when ima
pyqtgraph/graphicsItems/ImageItem.py:660
Function
dateAxis
()
tests/graphicsItems/test_DateAxisItem.py:84
Function
dbg
Create a console window and begin watching for exceptions. All arguments are passed to :func:`ConsoleWidget.__init__() <pyqtgraph.console.Co
pyqtgraph/__init__.py:348
Method
debug_cycles
(self)
pyqtgraph/util/garbage_collector.py:48
Function
dec
(fn)
pyqtgraph/graphicsItems/GradientEditorItem.py:21
Method
decorator
(function)
pyqtgraph/parametertree/interactive.py:420
Method
defaultChanged
Called when the parameter's default value has changed
pyqtgraph/parametertree/ParameterItem.py:178
Method
defaultChanged
(self, param, value)
pyqtgraph/parametertree/parameterTypes/basetypes.py:200
Method
defaultClicked
(self)
pyqtgraph/parametertree/parameterTypes/basetypes.py:219
Function
defersort
(self, *args, **kwds)
pyqtgraph/widgets/TableWidget.py:11
Method
delayedChange
(self)
pyqtgraph/widgets/SpinBox.py:412
Method
deleteProxy
(self, ref)
pyqtgraph/multiprocess/remoteproxy.py:587
Function
denoise
Very simple noise removal function. Compares a point to surrounding points, replaces with nearby values if the difference is too large.
pyqtgraph/flowchart/library/functions.py:134
Method
dependentNodes
Return the list of nodes which receive input from this terminal.
pyqtgraph/flowchart/Terminal.py:181
Method
describe
Return a list of strings describing the currently enabled filters.
pyqtgraph/widgets/DataFilterWidget.py:118
Method
describe
(self)
pyqtgraph/widgets/DataFilterWidget.py:147
Function
describeObj
Trace all reference paths backward, printing a list of different ways this object can be accessed. Attempts to answer the question "who has a
pyqtgraph/debug.py:906
Method
deviceHeight
(self)
pyqtgraph/opengl/GLViewWidget.py:53
Method
deviceWidth
(self)
pyqtgraph/opengl/GLViewWidget.py:49
Method
diagnostics
(self)
pyqtgraph/graphicsItems/ScatterPlotItem.py:214
Method
dialogColorChanged
(self, color)
pyqtgraph/widgets/ColorButton.py:66
Method
disableAutoHistogramRange
Disable auto-scaling on the histogram plot.
pyqtgraph/graphicsItems/HistogramLUTItem.py:276
Method
disableAutoLevels
(self)
pyqtgraph/graphicsItems/PColorMeshItem.py:394
Method
disconnectFromPlot
Define what happens when the node is disconnected from a plot
pyqtgraph/flowchart/library/Filters.py:210
Method
disconnected
Called whenever one of this node's terminals is disconnected from another.
pyqtgraph/flowchart/Node.py:280
Method
disconnected
(self, localTerm, remoteTerm)
pyqtgraph/flowchart/library/Display.py:22
Method
disconnected
(self, localTerm, remoteTerm)
pyqtgraph/flowchart/library/Display.py:125
Method
disconnected
(self, term, remote)
pyqtgraph/flowchart/library/common.py:155
Method
displayToggled
(self, b)
pyqtgraph/flowchart/library/Data.py:108
Function
done
(btn)
pyqtgraph/examples/ColorButton.py:19
Method
doubleClickEvent
(self, ev)
pyqtgraph/widgets/JoystickButton.py:39
Function
downsample
Downsample by averaging points together across axis. If multiple axes are specified, runs once per axis.
pyqtgraph/functions.py:1833
Function
downsample
Downsample by averaging points together across axis. If multiple axes are specified, runs once per axis.
pyqtgraph/flowchart/library/functions.py:4
Method
dragEnterEvent
(self, ev)
pyqtgraph/widgets/GraphicsView.py:390
Method
dragEnterEvent
(self, *args)
pyqtgraph/dockarea/Dock.py:247
Method
dragEnterEvent
(self, ev)
pyqtgraph/dockarea/DockDrop.py:28
Method
dragEnterEvent
(self, *args)
pyqtgraph/dockarea/DockArea.py:340
Method
dragLeaveEvent
(self, *args)
pyqtgraph/dockarea/Dock.py:253
Method
dragLeaveEvent
(self, ev)
pyqtgraph/dockarea/DockDrop.py:78
Method
dragLeaveEvent
(self, *args)
pyqtgraph/dockarea/DockArea.py:346
Method
dragMoveEvent
(self, *args)
pyqtgraph/dockarea/Dock.py:250
Method
dragMoveEvent
(self, ev)
pyqtgraph/dockarea/DockDrop.py:37
Method
dragMoveEvent
(self, *args)
pyqtgraph/dockarea/DockArea.py:343
Method
draw
(self)
pyqtgraph/widgets/MatplotlibWidget.py:67
Method
dropEvent
(self, ev)
pyqtgraph/widgets/TreeWidget.py:144
Method
dropEvent
(self, *args)
pyqtgraph/dockarea/Dock.py:256
Method
dropEvent
(self, ev)
pyqtgraph/dockarea/DockDrop.py:82
Method
dropEvent
(self, *args)
pyqtgraph/dockarea/DockArea.py:349
Method
dropMimeData
(self, parent, index, data, action)
pyqtgraph/widgets/TreeWidget.py:53
Function
easySample
(a=5, b=6)
pyqtgraph/examples/InteractiveParameter.py:41
Method
edgeColors
(self)
pyqtgraph/opengl/MeshData.py:310
Method
editName
(self)
pyqtgraph/parametertree/ParameterItem.py:202
Method
emitRemoveRequested
(self)
pyqtgraph/graphicsItems/ImageItem.py:1224
Method
enableAutoLevels
(self)
pyqtgraph/graphicsItems/PColorMeshItem.py:391
Method
enableAutoSIPrefix
Enable (or disable) automatic SI prefix scaling on this axis. When enabled, this feature automatically determines the best SI prefix
pyqtgraph/graphicsItems/AxisItem.py:800
Function
enableFaulthandler
Enable faulthandler for all threads. If the faulthandler package is available, this function disables and then re-enables fault handli
pyqtgraph/debug.py:1278
Method
endpoints
(self)
pyqtgraph/graphicsItems/ROI.py:2161
Method
enterEvent
(self, ev)
pyqtgraph/widgets/RemoteGraphicsView.py:230
Function
evalUnits
Evaluate a unit string into ([numerators,...], [denominators,...]) Examples: N m/s^2 => ([N, m], [s, s]) A*s / V => ([A
pyqtgraph/units.py:40
Method
event
(self, ev)
pyqtgraph/graphicsItems/CurvePoint.py:45
Method
event
(self, event: QtCore.QEvent)
pyqtgraph/parametertree/ParameterTree.py:171
Method
event
(self, event: Optional[QtCore.QEvent])
pyqtgraph/examples/ExampleApp.py:360
Method
eventFilter
(self, obj, ev)
pyqtgraph/parametertree/parameterTypes/basetypes.py:255
Method
eventFilter
(self, obj, ev)
pyqtgraph/widgets/SpinBox.py:643
Method
eventFilter
(self, obj, ev)
pyqtgraph/widgets/ProgressDialog.py:260
Method
eventLoop
(self)
pyqtgraph/multiprocess/processes.py:351
Function
exec_
()
pyqtgraph/Qt/__init__.py:457
Function
exit
Causes python to exit without garbage-collecting any objects, and thus avoids calling object destructor methods. This is a sledgehammer worka
pyqtgraph/__init__.py:261
Method
expandedChangedEvent
(self, expanded)
pyqtgraph/parametertree/parameterTypes/checklist.py:83
Method
export
(self, fileName=None)
pyqtgraph/exporters/PrintExporter.py:37
Method
export
(self)
doc/source/images/gen_example_imageitem_transform.py:46
Method
export
(self)
doc/source/images/gen_example_gradient_plot.py:44
Method
export
(self)
doc/source/images/gen_example_false_color_image.py:34
Method
exportClicked
(self)
pyqtgraph/imageview/ImageView.py:910
Method
exportClicked
(self)
pyqtgraph/GraphicsScene/exportDialog.py:134
Method
exportFormatChanged
(self, item, prev)
pyqtgraph/GraphicsScene/exportDialog.py:116
Method
exportItemChanged
(self, item, prev)
pyqtgraph/GraphicsScene/exportDialog.py:89
Method
failTest
(self)
tests/image_testing.py:416
Method
feedback
Calls success() or failure(). If you want the message to be displayed until the user takes an action, set limitedTime to False. Then call self.reset()
pyqtgraph/widgets/FeedbackButton.py:37
Method
fileSaveFinished
(self, fileName)
pyqtgraph/exporters/Exporter.py:66
Method
fileSaved
(self, fileName)
pyqtgraph/flowchart/Flowchart.py:652
Method
filterByContent
(self, text=None)
pyqtgraph/examples/ExampleApp.py:413
Method
filterByTitle
(self, text)
pyqtgraph/examples/ExampleApp.py:409
Method
filterChanged
(self, f)
pyqtgraph/widgets/ScatterPlotWidget.py:147
Method
filterChanged
(self)
pyqtgraph/widgets/DataFilterWidget.py:54
Method
filterData
(self, data)
pyqtgraph/widgets/DataFilterWidget.py:95
Method
finalize_options
(self)
tools/setupHelpers.py:509
Method
finalize_options
(self)
tools/setupHelpers.py:536
Method
finalize_options
(self)
tools/setupHelpers.py:589
Method
finalize_options
(self)
tools/setupHelpers.py:609
Method
finalize_options
(self)
tools/setupHelpers.py:624
Method
finalize_options
(self)
tools/setupHelpers.py:639
Method
findNew
Return all objects matching regex that were considered 'new' when the last diff() was run.
pyqtgraph/debug.py:702
← previous
next →
2,701–2,800 of 4,033, ranked by callers