MCPcopy Create free account

hub / github.com/pyqtgraph/pyqtgraph / functions

Functions4,033 in github.com/pyqtgraph/pyqtgraph

Methodlevels
Returns the currently set levels as the tuple ``(low, high)``.
pyqtgraph/graphicsItems/ColorBarItem.py:281
MethodlimitsChanged
Called when the parameter's limits have changed
pyqtgraph/parametertree/ParameterItem.py:174
MethodlimitsChanged
Called when the parameter's limits have changed
pyqtgraph/parametertree/parameterTypes/basetypes.py:196
MethodlimitsChanged
(self, param, limits)
pyqtgraph/parametertree/parameterTypes/slider.py:115
MethodlimitsChanged
(self, param, limits)
pyqtgraph/parametertree/parameterTypes/numeric.py:47
MethodlinkGradient
(self, slaveGradient, connect=True)
pyqtgraph/graphicsItems/GradientEditorItem.py:827
MethodlinkToView
Link this axis to a ViewBox, causing its displayed range to match the visible range of the view.
pyqtgraph/graphicsItems/DateAxisItem.py:406
MethodlistDataItems
Return a list of all data items current plotted. Returns ------- list of PlotCurveItem, ScatterPlotItem or PlotDataI
pyqtgraph/graphicsItems/PlotItem/PlotItem.py:658
FunctionlistExporters
()
pyqtgraph/exporters/__init__.py:10
FunctionlistMaps
.. warning:: Experimental, subject to change. List available color maps. Parameters ---------- source: str, optional Co
pyqtgraph/colormap.py:13
FunctionlistObjs
List all objects managed by python gc with class name matching regex. Finds 'Q...' classes by default.
pyqtgraph/debug.py:179
FunctionlistQThreads
Prints Thread IDs (Qt's, not OS's) for all QThreads.
pyqtgraph/debug.py:1116
FunctionlistRedundantModules
List modules that have been imported more than once via different paths.
pyqtgraph/debug.py:1034
Functionload
()
pyqtgraph/examples/dockarea.py:75
MethodloadClicked
(self)
pyqtgraph/flowchart/Flowchart.py:649
Methodlocals
(self)
pyqtgraph/console/Console.py:154
Methodlocate
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
MethodlockXRange
(self, v1)
pyqtgraph/widgets/GraphicsView.py:296
FunctionmakeArrowPath
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
FunctionmakeHslCycle
Returns a ColorMap object that traces a circular or spiraling path around the HSL color space. Parameters ---------- hue : float or
pyqtgraph/colormap.py:212
FunctionmakeMonochrome
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
FunctionmakeQImage
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
FunctionmakeRGBA
Equivalent to makeARGB(..., useRGBA=True)
pyqtgraph/functions.py:1383
MethodmakeWidget
(self)
pyqtgraph/parametertree/parameterTypes/list.py:19
MethodmakeWidget
(self)
pyqtgraph/parametertree/parameterTypes/text.py:9
MethodmakeWidget
(self)
pyqtgraph/parametertree/parameterTypes/colormaplut.py:7
MethodmakeWidget
(self)
pyqtgraph/parametertree/parameterTypes/colormap.py:9
MethodmakeWidget
(self)
pyqtgraph/parametertree/parameterTypes/checklist.py:110
MethodmakeWidget
(self)
pyqtgraph/parametertree/parameterTypes/calendar.py:7
MethodmakeWidget
(self)
pyqtgraph/parametertree/parameterTypes/progress.py:7
MethodmakeWidget
(self)
pyqtgraph/parametertree/parameterTypes/color.py:8
MethodmakeWidget
(self)
pyqtgraph/parametertree/parameterTypes/str.py:8
MethodmakeWidget
(self)
pyqtgraph/parametertree/parameterTypes/bool.py:9
MethodmakeWidget
(self)
pyqtgraph/parametertree/parameterTypes/slider.py:39
MethodmakeWidget
(self)
pyqtgraph/parametertree/parameterTypes/font.py:7
MethodmakeWidget
(self)
pyqtgraph/parametertree/parameterTypes/numeric.py:16
MethodmakeWidget
(self)
pyqtgraph/parametertree/parameterTypes/file.py:110
Methodmap
Extends QMatrix4x4.map() to allow mapping (3, ...) arrays of coordinates
pyqtgraph/Transform3D.py:34
Methodmap
Return an array of colors corresponding to *data*. ============== ========================================================
pyqtgraph/widgets/ColorMapWidget.py:126
Methodmap
(self, data)
pyqtgraph/widgets/ColorMapWidget.py:212
MethodmapChanged
(self)
pyqtgraph/widgets/ColorMapWidget.py:35
MethodmapChanged
(self)
pyqtgraph/widgets/ColorMapWidget.py:61
MethodmapDeviceToView
(self, obj)
pyqtgraph/graphicsItems/ViewBox/ViewBox.py:1279
MethodmapFromData
(self, obj)
pyqtgraph/graphicsItems/ImageItem.py:700
MethodmapFromView
(self, obj)
pyqtgraph/graphicsItems/GraphicsItem.py:361
MethodmapRectFromDevice
Return *rect* mapped from device coordinates (pixels) to local coordinates. If there is no device mapping available, return None.
pyqtgraph/graphicsItems/GraphicsItem.py:339
MethodmapRectToView
(self, obj)
pyqtgraph/graphicsItems/GraphicsItem.py:355
MethodmapToByte
Convenience function; see :func:`map() <pyqtgraph.ColorMap.map>`.
pyqtgraph/colormap.py:615
MethodmapViewToDevice
(self, obj)
pyqtgraph/graphicsItems/ViewBox/ViewBox.py:1275
Methodmark
(self, msg=None)
pyqtgraph/debug.py:525
Methodmark
(self, msg=None)
pyqtgraph/debug.py:570
Functionmatmul
(a, b)
pyqtgraph/examples/fractal.py:84
Methodmatrix
(self)
pyqtgraph/SRTTransform.py:165
Methodmax
(self, field)
pyqtgraph/PlotData.py:41
MethodmaxWidth
(self)
pyqtgraph/graphicsItems/ScatterPlotItem.py:188
MethodmaybeSigChanged
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
MethodmenuClicked
(self)
pyqtgraph/imageview/ImageView.py:927
MethodmenuPosChanged
(self, pos)
pyqtgraph/flowchart/Flowchart.py:834
Methodmethod
(self, *args, **kwargs)
pyqtgraph/graphicsItems/PlotItem/PlotItem.py:318
Methodmin
(self, field)
pyqtgraph/PlotData.py:48
Functionmin_max_whisker
(d)
pyqtgraph/examples/BoxplotItem.py:26
FunctionmodeFilter
Filter based on histogram-based mode function
pyqtgraph/flowchart/library/functions.py:112
Methodmodifiers
Return any keyboard modifiers currently pressed. (see QGraphicsSceneMouseEvent::modifiers in the Qt documentation)
pyqtgraph/GraphicsScene/mouseEvents.py:146
Methodmodifiers
Return any keyboard modifiers currently pressed. (see QGraphicsSceneMouseEvent::modifiers in the Qt documentation)
pyqtgraph/GraphicsScene/mouseEvents.py:225
FunctionmodulatedBarData
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
Functionmouse
(pos)
pyqtgraph/examples/verlet_chain_demo.py:83
MethodmouseClickEvent
Use the mouseClick event to toggle the visibility of the plotItem
pyqtgraph/graphicsItems/LegendItem.py:403
MethodmouseClickEvent
(self, ev)
pyqtgraph/graphicsItems/TargetItem.py:447
MethodmouseClickEvent
(self, ev)
pyqtgraph/graphicsItems/GradientEditorItem.py:257
MethodmouseClickEvent
(self, ev)
pyqtgraph/graphicsItems/GradientEditorItem.py:907
MethodmouseClickEvent
(self, ev)
pyqtgraph/graphicsItems/ButtonItem.py:33
MethodmouseClickEvent
(self, ev)
pyqtgraph/graphicsItems/InfiniteLine.py:404
MethodmouseClickEvent
(self, ev)
pyqtgraph/graphicsItems/InfiniteLine.py:600
MethodmouseClickEvent
(self, ev)
pyqtgraph/graphicsItems/ImageItem.py:1113
MethodmouseClickEvent
(self, ev)
pyqtgraph/graphicsItems/LinearRegionItem.py:334
MethodmouseClickEvent
(self, event)
pyqtgraph/graphicsItems/AxisItem.py:1775
MethodmouseClickEvent
(self, ev)
pyqtgraph/graphicsItems/ColorBarItem.py:358
MethodmouseClickEvent
(self, ev)
pyqtgraph/graphicsItems/PlotCurveItem.py:1266
MethodmouseClickEvent
(self, ev)
pyqtgraph/graphicsItems/ScatterPlotItem.py:1075
MethodmouseClickEvent
(self, ev)
pyqtgraph/graphicsItems/ROI.py:1402
MethodmouseClickEvent
(self, ev)
pyqtgraph/graphicsItems/ViewBox/ViewBox.py:1318
MethodmouseClickEvent
(self, ev)
pyqtgraph/examples/customPlot.py:20
MethodmouseClickEvent
(self, ev)
pyqtgraph/examples/GraphicsScene.py:20
MethodmouseClickEvent
(self, event)
pyqtgraph/examples/BarGraphItem.py:28
MethodmouseClickEvent
(self, ev)
pyqtgraph/examples/contextMenu.py:67
MethodmouseClickEvent
(self, ev)
pyqtgraph/flowchart/Node.py:615
MethodmouseClickEvent
(self, ev)
pyqtgraph/flowchart/Terminal.py:361
MethodmouseClickEvent
(self, ev)
pyqtgraph/flowchart/Terminal.py:541
MethodmouseDoubleClickEvent
(self, ev)
pyqtgraph/graphicsItems/LegendItem.py:348
MethodmouseDoubleClickEvent
(self, ev)
pyqtgraph/dockarea/Dock.py:357
MethodmouseDoubleClickEvent
(self, ev)
pyqtgraph/GraphicsScene/GraphicsScene.py:245
MethodmouseDragEvent
(self, ev)
pyqtgraph/graphicsItems/LegendItem.py:342
MethodmouseDragEvent
(self, ev)
pyqtgraph/graphicsItems/TargetItem.py:249
MethodmouseDragEvent
(self, ev)
pyqtgraph/graphicsItems/TargetItem.py:450
MethodmouseDragEvent
(self, ev)
pyqtgraph/graphicsItems/GradientEditorItem.py:887
MethodmouseDragEvent
(self, ev)
pyqtgraph/graphicsItems/InfiniteLine.py:387
MethodmouseDragEvent
(self, ev)
pyqtgraph/graphicsItems/InfiniteLine.py:583
MethodmouseDragEvent
(self, ev)
pyqtgraph/graphicsItems/ImageItem.py:1105
MethodmouseDragEvent
(self, ev)
pyqtgraph/graphicsItems/LinearRegionItem.py:308
MethodmouseDragEvent
(self, event)
pyqtgraph/graphicsItems/AxisItem.py:1761
← previousnext →3,001–3,100 of 4,033, ranked by callers