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
levels
Returns the currently set levels as the tuple ``(low, high)``.
pyqtgraph/graphicsItems/ColorBarItem.py:281
Method
limitsChanged
Called when the parameter's limits have changed
pyqtgraph/parametertree/ParameterItem.py:174
Method
limitsChanged
Called when the parameter's limits have changed
pyqtgraph/parametertree/parameterTypes/basetypes.py:196
Method
limitsChanged
(self, param, limits)
pyqtgraph/parametertree/parameterTypes/slider.py:115
Method
limitsChanged
(self, param, limits)
pyqtgraph/parametertree/parameterTypes/numeric.py:47
Method
linkGradient
(self, slaveGradient, connect=True)
pyqtgraph/graphicsItems/GradientEditorItem.py:827
Method
linkToView
Link this axis to a ViewBox, causing its displayed range to match the visible range of the view.
pyqtgraph/graphicsItems/DateAxisItem.py:406
Method
listDataItems
Return a list of all data items current plotted. Returns ------- list of PlotCurveItem, ScatterPlotItem or PlotDataI
pyqtgraph/graphicsItems/PlotItem/PlotItem.py:658
Function
listExporters
()
pyqtgraph/exporters/__init__.py:10
Function
listMaps
.. warning:: Experimental, subject to change. List available color maps. Parameters ---------- source: str, optional Co
pyqtgraph/colormap.py:13
Function
listObjs
List all objects managed by python gc with class name matching regex. Finds 'Q...' classes by default.
pyqtgraph/debug.py:179
Function
listQThreads
Prints Thread IDs (Qt's, not OS's) for all QThreads.
pyqtgraph/debug.py:1116
Function
listRedundantModules
List modules that have been imported more than once via different paths.
pyqtgraph/debug.py:1034
Function
load
()
pyqtgraph/examples/dockarea.py:75
Method
loadClicked
(self)
pyqtgraph/flowchart/Flowchart.py:649
Method
locals
(self)
pyqtgraph/console/Console.py:154
Method
locate
Temporarily display the bounding rect of an item and lines connecting to the center of the view. This is useful for determining the l
pyqtgraph/graphicsItems/ViewBox/ViewBox.py:1826
Method
lockXRange
(self, v1)
pyqtgraph/widgets/GraphicsView.py:296
Function
makeArrowPath
Construct a path outlining an arrow with the given dimensions. The arrow points in the -x direction with tip positioned at 0,0. If *headW
pyqtgraph/functions.py:667
Function
makeHslCycle
Returns a ColorMap object that traces a circular or spiraling path around the HSL color space. Parameters ---------- hue : float or
pyqtgraph/colormap.py:212
Function
makeMonochrome
Returns a ColorMap object with a dark to bright ramp and adjustable tint. In addition to neutral, warm or cold grays, imitations of mono
pyqtgraph/colormap.py:257
Function
makeQImage
Turn an ARGB array into QImage. By default, the data is copied; changes to the array will not be reflected in the image. The image will b
pyqtgraph/functions.py:1608
Function
makeRGBA
Equivalent to makeARGB(..., useRGBA=True)
pyqtgraph/functions.py:1383
Method
makeWidget
(self)
pyqtgraph/parametertree/parameterTypes/list.py:19
Method
makeWidget
(self)
pyqtgraph/parametertree/parameterTypes/text.py:9
Method
makeWidget
(self)
pyqtgraph/parametertree/parameterTypes/colormaplut.py:7
Method
makeWidget
(self)
pyqtgraph/parametertree/parameterTypes/colormap.py:9
Method
makeWidget
(self)
pyqtgraph/parametertree/parameterTypes/checklist.py:110
Method
makeWidget
(self)
pyqtgraph/parametertree/parameterTypes/calendar.py:7
Method
makeWidget
(self)
pyqtgraph/parametertree/parameterTypes/progress.py:7
Method
makeWidget
(self)
pyqtgraph/parametertree/parameterTypes/color.py:8
Method
makeWidget
(self)
pyqtgraph/parametertree/parameterTypes/str.py:8
Method
makeWidget
(self)
pyqtgraph/parametertree/parameterTypes/bool.py:9
Method
makeWidget
(self)
pyqtgraph/parametertree/parameterTypes/slider.py:39
Method
makeWidget
(self)
pyqtgraph/parametertree/parameterTypes/font.py:7
Method
makeWidget
(self)
pyqtgraph/parametertree/parameterTypes/numeric.py:16
Method
makeWidget
(self)
pyqtgraph/parametertree/parameterTypes/file.py:110
Method
map
Extends QMatrix4x4.map() to allow mapping (3, ...) arrays of coordinates
pyqtgraph/Transform3D.py:34
Method
map
Return an array of colors corresponding to *data*. ============== ========================================================
pyqtgraph/widgets/ColorMapWidget.py:126
Method
map
(self, data)
pyqtgraph/widgets/ColorMapWidget.py:212
Method
mapChanged
(self)
pyqtgraph/widgets/ColorMapWidget.py:35
Method
mapChanged
(self)
pyqtgraph/widgets/ColorMapWidget.py:61
Method
mapDeviceToView
(self, obj)
pyqtgraph/graphicsItems/ViewBox/ViewBox.py:1279
Method
mapFromData
(self, obj)
pyqtgraph/graphicsItems/ImageItem.py:700
Method
mapFromView
(self, obj)
pyqtgraph/graphicsItems/GraphicsItem.py:361
Method
mapRectFromDevice
Return *rect* mapped from device coordinates (pixels) to local coordinates. If there is no device mapping available, return None.
pyqtgraph/graphicsItems/GraphicsItem.py:339
Method
mapRectToView
(self, obj)
pyqtgraph/graphicsItems/GraphicsItem.py:355
Method
mapToByte
Convenience function; see :func:`map() <pyqtgraph.ColorMap.map>`.
pyqtgraph/colormap.py:615
Method
mapViewToDevice
(self, obj)
pyqtgraph/graphicsItems/ViewBox/ViewBox.py:1275
Method
mark
(self, msg=None)
pyqtgraph/debug.py:525
Method
mark
(self, msg=None)
pyqtgraph/debug.py:570
Function
matmul
(a, b)
pyqtgraph/examples/fractal.py:84
Method
matrix
(self)
pyqtgraph/SRTTransform.py:165
Method
max
(self, field)
pyqtgraph/PlotData.py:41
Method
maxWidth
(self)
pyqtgraph/graphicsItems/ScatterPlotItem.py:188
Method
maybeSigChanged
Make sure to only activate on a "true" value, since an exclusive button group fires once to deactivate the old option and once to act
pyqtgraph/parametertree/parameterTypes/checklist.py:121
Method
menuClicked
(self)
pyqtgraph/imageview/ImageView.py:927
Method
menuPosChanged
(self, pos)
pyqtgraph/flowchart/Flowchart.py:834
Method
method
(self, *args, **kwargs)
pyqtgraph/graphicsItems/PlotItem/PlotItem.py:318
Method
min
(self, field)
pyqtgraph/PlotData.py:48
Function
min_max_whisker
(d)
pyqtgraph/examples/BoxplotItem.py:26
Function
modeFilter
Filter based on histogram-based mode function
pyqtgraph/flowchart/library/functions.py:112
Method
modifiers
Return any keyboard modifiers currently pressed. (see QGraphicsSceneMouseEvent::modifiers in the Qt documentation)
pyqtgraph/GraphicsScene/mouseEvents.py:146
Method
modifiers
Return any keyboard modifiers currently pressed. (see QGraphicsSceneMouseEvent::modifiers in the Qt documentation)
pyqtgraph/GraphicsScene/mouseEvents.py:225
Function
modulatedBarData
Returns an NumPy array that represents a modulated color bar ranging from 0 to 1. This is used to judge the perceived variation of the color
pyqtgraph/colormap.py:317
Function
mouse
(pos)
pyqtgraph/examples/verlet_chain_demo.py:83
Method
mouseClickEvent
Use the mouseClick event to toggle the visibility of the plotItem
pyqtgraph/graphicsItems/LegendItem.py:403
Method
mouseClickEvent
(self, ev)
pyqtgraph/graphicsItems/TargetItem.py:447
Method
mouseClickEvent
(self, ev)
pyqtgraph/graphicsItems/GradientEditorItem.py:257
Method
mouseClickEvent
(self, ev)
pyqtgraph/graphicsItems/GradientEditorItem.py:907
Method
mouseClickEvent
(self, ev)
pyqtgraph/graphicsItems/ButtonItem.py:33
Method
mouseClickEvent
(self, ev)
pyqtgraph/graphicsItems/InfiniteLine.py:404
Method
mouseClickEvent
(self, ev)
pyqtgraph/graphicsItems/InfiniteLine.py:600
Method
mouseClickEvent
(self, ev)
pyqtgraph/graphicsItems/ImageItem.py:1113
Method
mouseClickEvent
(self, ev)
pyqtgraph/graphicsItems/LinearRegionItem.py:334
Method
mouseClickEvent
(self, event)
pyqtgraph/graphicsItems/AxisItem.py:1775
Method
mouseClickEvent
(self, ev)
pyqtgraph/graphicsItems/ColorBarItem.py:358
Method
mouseClickEvent
(self, ev)
pyqtgraph/graphicsItems/PlotCurveItem.py:1266
Method
mouseClickEvent
(self, ev)
pyqtgraph/graphicsItems/ScatterPlotItem.py:1075
Method
mouseClickEvent
(self, ev)
pyqtgraph/graphicsItems/ROI.py:1402
Method
mouseClickEvent
(self, ev)
pyqtgraph/graphicsItems/ViewBox/ViewBox.py:1318
Method
mouseClickEvent
(self, ev)
pyqtgraph/examples/customPlot.py:20
Method
mouseClickEvent
(self, ev)
pyqtgraph/examples/GraphicsScene.py:20
Method
mouseClickEvent
(self, event)
pyqtgraph/examples/BarGraphItem.py:28
Method
mouseClickEvent
(self, ev)
pyqtgraph/examples/contextMenu.py:67
Method
mouseClickEvent
(self, ev)
pyqtgraph/flowchart/Node.py:615
Method
mouseClickEvent
(self, ev)
pyqtgraph/flowchart/Terminal.py:361
Method
mouseClickEvent
(self, ev)
pyqtgraph/flowchart/Terminal.py:541
Method
mouseDoubleClickEvent
(self, ev)
pyqtgraph/graphicsItems/LegendItem.py:348
Method
mouseDoubleClickEvent
(self, ev)
pyqtgraph/dockarea/Dock.py:357
Method
mouseDoubleClickEvent
(self, ev)
pyqtgraph/GraphicsScene/GraphicsScene.py:245
Method
mouseDragEvent
(self, ev)
pyqtgraph/graphicsItems/LegendItem.py:342
Method
mouseDragEvent
(self, ev)
pyqtgraph/graphicsItems/TargetItem.py:249
Method
mouseDragEvent
(self, ev)
pyqtgraph/graphicsItems/TargetItem.py:450
Method
mouseDragEvent
(self, ev)
pyqtgraph/graphicsItems/GradientEditorItem.py:887
Method
mouseDragEvent
(self, ev)
pyqtgraph/graphicsItems/InfiniteLine.py:387
Method
mouseDragEvent
(self, ev)
pyqtgraph/graphicsItems/InfiniteLine.py:583
Method
mouseDragEvent
(self, ev)
pyqtgraph/graphicsItems/ImageItem.py:1105
Method
mouseDragEvent
(self, ev)
pyqtgraph/graphicsItems/LinearRegionItem.py:308
Method
mouseDragEvent
(self, event)
pyqtgraph/graphicsItems/AxisItem.py:1761
← previous
next →
3,001–3,100 of 4,033, ranked by callers