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
hoverEvent
(self, ev)
pyqtgraph/graphicsItems/InfiniteLine.py:606
Method
hoverEvent
(self, ev)
pyqtgraph/graphicsItems/ImageItem.py:1153
Method
hoverEvent
(self, ev)
pyqtgraph/graphicsItems/LinearRegionItem.py:343
Method
hoverEvent
(self, ev)
pyqtgraph/graphicsItems/ScatterPlotItem.py:1088
Method
hoverEvent
(self, ev)
pyqtgraph/graphicsItems/ROI.py:1387
Method
hoverEvent
(self, ev)
pyqtgraph/graphicsItems/ROI.py:2258
Method
hoverEvent
(self, ev)
pyqtgraph/graphicsItems/PlotItem/PlotItem.py:1390
Method
hoverEvent
(self, ev)
pyqtgraph/flowchart/Node.py:632
Method
hoverEvent
(self, ev)
pyqtgraph/flowchart/Terminal.py:442
Method
hoverEvent
(self, ev)
pyqtgraph/flowchart/Terminal.py:550
Method
hoverLeaveEvent
(self, ev)
pyqtgraph/examples/ViewBox.py:43
Method
hoverOver
(self, items)
pyqtgraph/flowchart/Flowchart.py:891
Function
html_page_context
(app, pagename, templatename, context, doctree)
doc/source/conf.py:514
Method
ignore
An item should call this method if it cannot handle the event. This will allow the event to be delivered to other items.
pyqtgraph/GraphicsScene/mouseEvents.py:179
Method
ignoreIndexChange
(func)
pyqtgraph/widgets/ComboBox.py:69
Function
ignoredAParam
(a=10, b=20)
pyqtgraph/examples/InteractiveParameter.py:59
Function
image
Create and return an :class:`ImageView <pyqtgraph.ImageView>` Will show 2D or 3D image data. Accepts a *title* argument to set the title
pyqtgraph/__init__.py:330
Function
imageHoverEvent
Show the position, pixel, and value under the mouse cursor.
pyqtgraph/examples/imageAnalysis.py:94
Function
imageToArray
Convert a QImage into numpy array. The image must have format RGB32, ARGB32, or ARGB32_Premultiplied. By default, the image is not copied; ch
pyqtgraph/functions.py:1726
Method
implements
(self, interface=None)
pyqtgraph/graphicsItems/BarGraphItem.py:257
Method
implements
(self, interface=None)
pyqtgraph/graphicsItems/PlotCurveItem.py:275
Method
implements
(self, interface=None)
pyqtgraph/graphicsItems/ScatterPlotItem.py:602
Method
indexChanged
(self, index)
pyqtgraph/widgets/ComboBox.py:120
Method
init
(self)
pyqtgraph/examples/verlet_chain/chain.py:34
Method
initializeGL
Initialize items that were not initialized during addItem().
pyqtgraph/opengl/GLViewWidget.py:100
Method
initializeGL
(self)
pyqtgraph/Qt/OpenGLHelpers.py:76
Method
initializeGL
(self)
pyqtgraph/widgets/RawImageWidget.py:159
Method
initialize_options
(self)
tools/setupHelpers.py:506
Method
initialize_options
(self)
tools/setupHelpers.py:533
Method
initialize_options
(self)
tools/setupHelpers.py:587
Method
initialize_options
(self)
tools/setupHelpers.py:606
Method
initialize_options
(self)
tools/setupHelpers.py:621
Method
initialize_options
(self)
tools/setupHelpers.py:636
Method
insertChild
(self, index, child)
pyqtgraph/widgets/TreeWidget.py:370
Method
insertChildren
(self, index, childs)
pyqtgraph/widgets/TreeWidget.py:312
Method
insertChildren
(self, index, childs)
pyqtgraph/widgets/TreeWidget.py:374
Method
insertItem
(self, *args)
pyqtgraph/widgets/ComboBox.py:138
Method
insertItems
(self, *args)
pyqtgraph/widgets/ComboBox.py:144
Method
insertTopLevelItem
(self, index, item)
pyqtgraph/widgets/TreeWidget.py:183
Method
insertTopLevelItems
(self, index, items)
pyqtgraph/widgets/TreeWidget.py:187
Method
internalTerminalAdded
(self, node, term)
pyqtgraph/flowchart/Flowchart.py:138
Method
internalTerminalRemoved
(self, node, term)
pyqtgraph/flowchart/Flowchart.py:145
Method
internalTerminalRenamed
(self, term, oldName)
pyqtgraph/flowchart/Flowchart.py:135
Function
interweaveArrays
Parameters ---------- args : numpy.ndarray series of 1D numpy arrays of the same length and dtype Returns ------
pyqtgraph/functions.py:910
Method
invalidate
(self)
pyqtgraph/graphicsItems/ROI.py:2280
Method
inverseDataTransform
Get the transform mapping local coordinate system to image array. :meta private: Returns ------- :class:`QT
pyqtgraph/graphicsItems/ImageItem.py:678
Function
invertQTransform
Return a QTransform that is the inverse of *tr*. A pseudo-inverse is returned if tr is not invertible. Note that this function is preferr
pyqtgraph/functions.py:3001
Method
ior
Return the index of refraction for *glass* at wavelength *wl*. The *glass* argument must be a key in self.data.
pyqtgraph/examples/optics/pyoptic.py:45
Method
isAccepted
(self)
pyqtgraph/GraphicsScene/mouseEvents.py:183
Method
isFocusable
(self)
pyqtgraph/parametertree/parameterTypes/basetypes.py:130
Method
isMapTrivial
Returns `True` if the gradient has exactly two stops in it: Black at 0.0 and white at 1.0.
pyqtgraph/colormap.py:825
Function
isNoneOrScalar
(value)
pyqtgraph/examples/MultiDataPlot.py:20
Function
isSequence
(obj)
pyqtgraph/graphicsItems/PlotDataItem.py:1875
Method
isType
Return True if this parameter type matches the name *typ*. This can occur either of two ways: - If self.type() ==
pyqtgraph/parametertree/Parameter.py:280
Function
isdir
Replacement for os.path.isdir that works in frozen environments.
pyqtgraph/frozenSupport.py:26
Function
isosurface
Generate isosurface from volumetric data using marching cubes algorithm. See Paul Bourke, "Polygonising a Scalar Field" (http://paulbou
pyqtgraph/functions.py:2531
Method
itemBoundingRect
Return the bounding rect of the item in view coordinates
pyqtgraph/graphicsItems/ViewBox/ViewBox.py:1293
Method
itemChange
(self, change, value)
pyqtgraph/graphicsItems/UIGraphicsItem.py:44
Method
itemChange
(self, change, value)
pyqtgraph/graphicsItems/GraphicsObject.py:17
Method
itemChange
(self, change, value)
pyqtgraph/graphicsItems/ViewBox/ViewBox.py:56
Method
itemChange
(self, change, val)
pyqtgraph/flowchart/Node.py:649
Method
itemChanged
(self, *args)
pyqtgraph/flowchart/Flowchart.py:685
Method
itemChanged
(self, item)
pyqtgraph/flowchart/library/Data.py:62
Method
itemChangedEvent
(self, item, col)
pyqtgraph/parametertree/ParameterTree.py:186
Method
itemClass
(self)
pyqtgraph/parametertree/parameterTypes/basetypes.py:275
Method
itemClass
(self)
pyqtgraph/parametertree/parameterTypes/checklist.py:135
Method
itemCollapsedEvent
(self, item)
pyqtgraph/parametertree/ParameterTree.py:198
Method
itemExpandedEvent
(self, item)
pyqtgraph/parametertree/ParameterTree.py:192
Method
itemFromIndex
Return the item and column corresponding to a QModelIndex.
pyqtgraph/widgets/TreeWidget.py:217
Method
itemsAt
Return a list of the items displayed in the region (x, y, w, h) relative to the widget.
pyqtgraph/opengl/GLViewWidget.py:189
Method
iterFirstAxis
(self, data)
pyqtgraph/widgets/TableWidget.py:216
Method
iterate
(self, data)
pyqtgraph/widgets/TableWidget.py:220
Method
iterateScalar
(self, data)
pyqtgraph/widgets/TableWidget.py:226
Method
join
(self, timeout=10)
pyqtgraph/multiprocess/processes.py:363
Method
keyPressEvent
(self, event)
tests/image_testing.py:407
Method
keyPressEvent
(self, ev)
pyqtgraph/console/CmdInput.py:25
Method
keyPressEvent
(self, ev)
pyqtgraph/graphicsItems/GradientEditorItem.py:89
Method
keyPressEvent
This routine should capture key presses in the current view box. Key presses are used only when mouse mode is RectMode The fo
pyqtgraph/graphicsItems/ViewBox/ViewBox.py:1397
Method
keyPressEvent
(self, ev)
pyqtgraph/opengl/GLViewWidget.py:467
Method
keyPressEvent
(self, ev)
pyqtgraph/imageview/ImageView.py:507
Method
keyPressEvent
(self, ev)
pyqtgraph/widgets/TableWidget.py:361
Method
keyPressEvent
(self, ev)
pyqtgraph/widgets/GraphicsView.py:168
Method
keyPressEvent
(self, event)
pyqtgraph/examples/ExampleApp.py:567
Method
keyPressEvent
(self, ev)
pyqtgraph/flowchart/Node.py:442
Method
keyPressEvent
(self, ev)
pyqtgraph/flowchart/Node.py:640
Method
keyPressEvent
(self, ev)
pyqtgraph/flowchart/Terminal.py:290
Method
keyPressEvent
(self, ev)
pyqtgraph/flowchart/Terminal.py:527
Method
keyReleaseEvent
(self, ev)
pyqtgraph/opengl/GLViewWidget.py:475
Method
keyReleaseEvent
(self, ev)
pyqtgraph/imageview/ImageView.py:532
Function
kwargTest
(a, b=5, **c)
tests/parametertree/test_Parameter.py:211
Method
labelChanged
(self)
pyqtgraph/flowchart/Node.py:536
Method
labelChanged
(self)
pyqtgraph/flowchart/Terminal.py:315
Method
lastPos
Return the previous position of the mouse in the coordinate system of the item that the event was delivered to.
pyqtgraph/GraphicsScene/mouseEvents.py:218
Method
lastScenePos
Return the scene position of the mouse immediately prior to this event.
pyqtgraph/GraphicsScene/mouseEvents.py:79
Method
lastScreenPos
Return the screen position of the mouse immediately prior to this event.
pyqtgraph/GraphicsScene/mouseEvents.py:85
Method
leaveEvent
(self, ev)
pyqtgraph/widgets/GraphicsView.py:328
Method
leaveEvent
(self, ev)
pyqtgraph/widgets/RemoteGraphicsView.py:234
Method
leaveEvent
(self, ev)
pyqtgraph/GraphicsScene/GraphicsScene.py:209
Function
legendDoubleClicked
(legend, event)
pyqtgraph/examples/Legend.py:42
Function
legendSampleClicked
(plot_data_item)
pyqtgraph/examples/Legend.py:64
← previous
next →
2,901–3,000 of 4,033, ranked by callers