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
catchAllExceptions
(self, catch=True)
pyqtgraph/console/Console.py:113
↓ 1 callers
Method
catchNextException
(self, catch=True)
pyqtgraph/console/Console.py:118
↓ 1 callers
Method
changeParent
(self)
pyqtgraph/graphicsItems/ScaleBar.py:39
↓ 1 callers
Method
checkException
(self, excType, exc, tb)
pyqtgraph/console/exception_widget.py:199
↓ 1 callers
Method
checkForChildren
Return true if we should automatically search the children of this object for more.
pyqtgraph/WidgetGroup.py:192
↓ 1 callers
Function
checkMergeSize
Check that a git merge would not increase the repository size by MERGE_SIZE_LIMIT.
tools/setupHelpers.py:236
↓ 1 callers
Method
checkPointMove
When handles move, they must ask the ROI if the move is acceptable. By default, this always returns True. Subclasses may wish override.
pyqtgraph/graphicsItems/ROI.py:828
↓ 1 callers
Method
checkRemoveHandle
(self, handle)
pyqtgraph/graphicsItems/ROI.py:676
↓ 1 callers
Method
check_constraint
(self, name, value)
pyqtgraph/parametertree/SystemSolver.py:223
↓ 1 callers
Function
check_getArrayRegion
(roi, name, testResize=True, transpose=False)
tests/graphicsItems/test_ROI.py:50
↓ 1 callers
Method
childEvent
(self, ev)
pyqtgraph/dockarea/Container.py:221
↓ 1 callers
Method
childItems
Return a list of this item's children in the scenegraph hierarchy.
pyqtgraph/opengl/GLGraphicsItem.py:112
↓ 1 callers
Method
childPath
Return the path of parameter names from self to child. If child is not a (grand)child of self, return None.
pyqtgraph/parametertree/Parameter.py:296
↓ 1 callers
Method
childState
(self, obj)
pyqtgraph/dockarea/DockArea.py:207
↓ 1 callers
Method
childrenShape
Return the union of the shapes of all descendants of this item in local coordinates.
pyqtgraph/graphicsItems/GraphicsItem.py:499
↓ 1 callers
Method
childrenValue
(self)
pyqtgraph/parametertree/parameterTypes/checklist.py:186
↓ 1 callers
Method
cleanAxes
(self, axl)
pyqtgraph/exporters/Matplotlib.py:65
↓ 1 callers
Function
cleanXml
(node)
pyqtgraph/exporters/SVGExporter.py:522
↓ 1 callers
Method
cleanup
(self)
pyqtgraph/graphicsItems/PlotCurveItem.py:109
↓ 1 callers
Method
cleanup
(self)
pyqtgraph/graphicsItems/PColorMeshItem.py:747
↓ 1 callers
Method
clear
(self)
pyqtgraph/graphicsItems/PlotCurveItem.py:1236
↓ 1 callers
Method
clear
Remove all spots from the scatter plot
pyqtgraph/graphicsItems/ScatterPlotItem.py:854
↓ 1 callers
Method
clear
(self)
pyqtgraph/imageview/ImageView.py:414
↓ 1 callers
Method
clear
(self)
pyqtgraph/dockarea/DockArea.py:335
↓ 1 callers
Method
clearChildren
Remove all child parameters.
pyqtgraph/parametertree/Parameter.py:691
↓ 1 callers
Method
clearException
(self)
pyqtgraph/flowchart/Node.py:349
↓ 1 callers
Method
clearLocate
(self)
pyqtgraph/graphicsItems/ViewBox/ViewBox.py:1868
↓ 1 callers
Method
clearMouse
(self)
pyqtgraph/widgets/GraphicsView.py:196
↓ 1 callers
Method
clearTerminals
(self)
pyqtgraph/flowchart/Node.py:406
↓ 1 callers
Method
clickItems
(self)
pyqtgraph/GraphicsScene/mouseEvents.py:377
↓ 1 callers
Method
clipToViewMode
Return whether clip-to-view mode is enabled. Returns ------- bool ``True`` if clip-to-view mode is enabl
pyqtgraph/graphicsItems/PlotItem/PlotItem.py:1240
↓ 1 callers
Method
clockNames
(self)
pyqtgraph/examples/relativity/relativity.py:257
↓ 1 callers
Method
close
(self)
pyqtgraph/graphicsItems/AxisItem.py:293
↓ 1 callers
Method
close
(self)
pyqtgraph/widgets/GraphicsView.py:145
↓ 1 callers
Method
close
(self)
pyqtgraph/dockarea/Container.py:77
↓ 1 callers
Method
close
(self)
pyqtgraph/GraphicsScene/exportDialog.py:143
↓ 1 callers
Method
close
(self)
pyqtgraph/flowchart/Terminal.py:487
↓ 1 callers
Method
codeEdited
(self)
pyqtgraph/examples/ExampleApp.py:561
↓ 1 callers
Function
collides
(textSpecs)
tests/graphicsItems/test_AxisItem.py:120
↓ 1 callers
Method
color
(self)
pyqtgraph/opengl/items/GLBoxItem.py:54
↓ 1 callers
Method
color
(self)
pyqtgraph/opengl/items/GLGridItem.py:69
↓ 1 callers
Function
colorCIELab
Describes a QColor by an array of CIE L*a*b* values. Also see :func:`CIELabColor() <pyqtgraph.CIELabColor>` . Parameters ----------
pyqtgraph/functions.py:553
↓ 1 callers
Function
colorDistance
Returns the perceptual distances between a sequence of QColors. See :func:`CIELabColor() <pyqtgraph.CIELabColor>` for more information.
pyqtgraph/functions.py:591
↓ 1 callers
Method
colorMapChanged
(self)
pyqtgraph/widgets/ColorMapButton.py:95
↓ 1 callers
Function
colorTuple
Return a tuple (R,G,B,A) from a QColor
pyqtgraph/functions.py:626
↓ 1 callers
Method
columnChangedEvent
Called when the text in a column has been edited (or otherwise changed). By default, we only use changes to column 0 to rename the parameter.
pyqtgraph/parametertree/ParameterItem.py:131
↓ 1 callers
Method
compare
Compare data structure *a* to structure *b*. Return True if the objects match completely. Otherwise, return a stru
pyqtgraph/widgets/DiffTreeWidget.py:35
↓ 1 callers
Method
compute_projection
(self)
pyqtgraph/opengl/items/GLTextItem.py:79
↓ 1 callers
Method
compute_projection
(self)
pyqtgraph/examples/GLPainterItem.py:17
↓ 1 callers
Method
connectROI
(self, roi)
pyqtgraph/graphicsItems/ROI.py:1370
↓ 1 callers
Method
connectToPlot
Define what happens when the node is connected to a plot
pyqtgraph/flowchart/library/common.py:162
↓ 1 callers
Method
contextMenu
A context menu entry was clicked
pyqtgraph/parametertree/Parameter.py:257
↓ 1 callers
Method
copySel
Copy selected data to clipboard.
pyqtgraph/widgets/TableWidget.py:327
↓ 1 callers
Function
correctCoordinates
(node, defs, item, options)
pyqtgraph/exporters/SVGExporter.py:343
↓ 1 callers
Function
createFile
Create a large HDF5 data file for testing. Data consists of 1M random samples tiled through the end of the array.
pyqtgraph/examples/hdf5.py:102
↓ 1 callers
Method
createFunctionParameter
Constructs a dict ready for insertion into a group parameter based on the provided information in the ``inspect.signature`` parameter
pyqtgraph/parametertree/interactive.py:566
↓ 1 callers
Function
createLabel
(label, angle)
pyqtgraph/examples/ScatterPlot.py:64
↓ 1 callers
Method
currentState
(self, relativeTo=None)
pyqtgraph/examples/optics/pyoptic.py:507
↓ 1 callers
Method
curveChanged
(self)
pyqtgraph/graphicsItems/FillBetweenItem.py:129
↓ 1 callers
Function
densityForZoomLevel
(level)
tests/graphicsItems/test_DateAxisItem.py:44
↓ 1 callers
Method
depth
(self)
pyqtgraph/util/mutex.py:86
↓ 1 callers
Function
disconnect
Disconnect a Qt signal from a slot. This method augments Qt's Signal.disconnect(): * Return bool indicating whether disconnection was succ
pyqtgraph/functions.py:3186
↓ 1 callers
Method
disconnectAll
(self)
pyqtgraph/flowchart/Node.py:427
↓ 1 callers
Method
disconnectFromPlot
Define what happens when the node is disconnected from a plot
pyqtgraph/flowchart/library/common.py:166
↓ 1 callers
Method
disconnectROI
(self, roi)
pyqtgraph/graphicsItems/ROI.py:1374
↓ 1 callers
Function
display
()
pyqtgraph/examples/verlet_chain_demo.py:73
↓ 1 callers
Method
double
Return True if this is a double-click.
pyqtgraph/GraphicsScene/mouseEvents.py:207
↓ 1 callers
Method
dragItems
(self)
pyqtgraph/GraphicsScene/mouseEvents.py:380
↓ 1 callers
Method
drawItemTree
(self, item=None, useItemNames=False)
pyqtgraph/opengl/GLViewWidget.py:231
↓ 1 callers
Method
drawPicture
(self)
pyqtgraph/graphicsItems/BarGraphItem.py:231
↓ 1 callers
Method
drawVolume
(self, ax, d)
pyqtgraph/opengl/items/GLVolumeItem.py:179
↓ 1 callers
Function
exceptionChain
Return a list of (exception, 'cause'|'context') pairs for exceptions leading up to *exc*
pyqtgraph/console/stackwidget.py:131
↓ 1 callers
Method
export
Export data from the ImageView to a file, or to a stack of files if the data is 3D. Saving an image stack will result in index number
pyqtgraph/imageview/ImageView.py:891
↓ 1 callers
Method
faceCount
Return the number of faces in the mesh.
pyqtgraph/opengl/MeshData.py:301
↓ 1 callers
Function
fastPlot
()
pyqtgraph/examples/multiplePlotSpeedTest.py:48
↓ 1 callers
Method
fieldNames
(self)
pyqtgraph/widgets/ColorMapWidget.py:91
↓ 1 callers
Method
fieldNames
(self)
pyqtgraph/widgets/DataFilterWidget.py:67
↓ 1 callers
Method
fieldSelectionChanged
(self)
pyqtgraph/widgets/ScatterPlotWidget.py:135
↓ 1 callers
Method
fillHistogram
Control fill of the histogram curve(s). Parameters ---------- fill : bool, optional Set whether or not the histog
pyqtgraph/graphicsItems/HistogramLUTItem.py:188
↓ 1 callers
Method
fillRule
(self)
pyqtgraph/graphicsItems/FillBetweenItem.py:65
↓ 1 callers
Method
finish
Add a final message; flush the message list if no parent profiler.
pyqtgraph/debug.py:584
↓ 1 callers
Method
float
(self)
pyqtgraph/dockarea/Dock.py:204
↓ 1 callers
Method
focusNext
Give input focus to the next (or previous) item after *item*
pyqtgraph/parametertree/ParameterTree.py:86
↓ 1 callers
Method
forgetView
(vid, name)
pyqtgraph/graphicsItems/ViewBox/ViewBox.py:1787
↓ 1 callers
Method
forgetViewBox
(self)
pyqtgraph/graphicsItems/GraphicsItem.py:114
↓ 1 callers
Method
forgetViewWidget
(self)
pyqtgraph/graphicsItems/GraphicsItem.py:85
↓ 1 callers
Method
formatText
(self)
pyqtgraph/widgets/SpinBox.py:484
↓ 1 callers
Method
formattedLimits
(self)
pyqtgraph/parametertree/parameterTypes/qtenum.py:28
↓ 1 callers
Method
functionToParameterDict
Converts a function into a list of child parameter dicts
pyqtgraph/parametertree/interactive.py:520
↓ 1 callers
Function
gaussianFilter
Drop-in replacement for scipy.ndimage.gaussian_filter. (note: results are only approximately equal to the output of gaussian_filter
pyqtgraph/functions.py:1792
↓ 1 callers
Method
generate
(self)
pyqtgraph/examples/relativity/relativity.py:277
↓ 1 callers
Method
generateDrawSpecs
Generate the drawing specifications for the axis, ticks, and labels. This method determines all the coordinates and other informatio
pyqtgraph/graphicsItems/AxisItem.py:1406
↓ 1 callers
Method
generateFaces
(self)
pyqtgraph/opengl/items/GLSurfacePlotItem.py:163
↓ 1 callers
Method
generateMask
Return a boolean mask indicating whether each item in *data* passes the filter critera.
pyqtgraph/widgets/DataFilterWidget.py:100
↓ 1 callers
Method
generatePath
(self, x, y)
pyqtgraph/graphicsItems/PlotCurveItem.py:717
↓ 1 callers
Method
generatePath
(self, start, stop)
pyqtgraph/flowchart/Terminal.py:516
↓ 1 callers
Method
generatePicture
(self)
pyqtgraph/graphicsItems/BoxplotItem.py:134
↓ 1 callers
Method
generatePicture
(self)
pyqtgraph/graphicsItems/NonUniformImage.py:95
↓ 1 callers
Method
generatePicture
(self)
pyqtgraph/graphicsItems/GraphItem.py:101
↓ 1 callers
Method
generatePicture
(self)
pyqtgraph/graphicsItems/GridItem.py:108
← previous
next →
1,401–1,500 of 4,033, ranked by callers