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
↓ 2 callers
Method
currentProjection
(self)
pyqtgraph/opengl/GLViewWidget.py:186
↓ 2 callers
Method
dataBounds
(self, ax, frac=1.0, orthoRange=None)
pyqtgraph/graphicsItems/BoxplotItem.py:271
↓ 2 callers
Method
dataBounds
(self, ax, frac=1.0, orthoRange=None)
pyqtgraph/graphicsItems/BarGraphItem.py:269
↓ 2 callers
Method
dataBounds
Get the range occupied by the data (along a specific axis) for this item. This method is called by :class:`~pyqtgraph.ViewBox` when
pyqtgraph/graphicsItems/PlotDataItem.py:1692
↓ 2 callers
Method
dataBounds
(self, ax, frac=1.0, orthoRange=None)
pyqtgraph/graphicsItems/PlotCurveItem.py:330
↓ 2 callers
Method
dataBounds
Returns only the anchor point for when calulating view ranges. Sacrifices some visual polish for fixing issue #2642.
pyqtgraph/graphicsItems/TextItem.py:163
↓ 2 callers
Method
dataBounds
(self, ax, frac=1.0, orthoRange=None)
pyqtgraph/graphicsItems/PColorMeshItem.py:443
↓ 2 callers
Method
dataBounds
(self, ax, frac=1.0, orthoRange=None)
pyqtgraph/graphicsItems/ScatterPlotItem.py:863
↓ 2 callers
Method
dataChange
(self, dirtyFlags : DirtyFlag)
pyqtgraph/graphicsItems/PColorMeshItem.py:771
↓ 2 callers
Method
dataRect
Get the bounding rectangle for the finite subset of data. If there is an active mapping function, such as logarithmic scaling, then
pyqtgraph/graphicsItems/PlotDataItem.py:160
↓ 2 callers
Method
depthValue
Return the depth value of this item. See setDepthValue for more information.
pyqtgraph/opengl/GLGraphicsItem.py:137
↓ 2 callers
Method
describe
(self)
pyqtgraph/widgets/DataFilterWidget.py:177
↓ 2 callers
Method
disableExceptionHandling
(self)
pyqtgraph/console/exception_widget.py:115
↓ 2 callers
Method
disconnect
(self)
pyqtgraph/SignalProxy.py:89
↓ 2 callers
Method
disconnectAll
(self)
pyqtgraph/flowchart/Terminal.py:228
↓ 2 callers
Method
disconnectFrom
(self, term)
pyqtgraph/flowchart/Terminal.py:214
↓ 2 callers
Method
disconnected
Called whenever this terminal has been disconnected from another. (note--this function is called on both terminals)
pyqtgraph/flowchart/Terminal.py:100
↓ 2 callers
Method
displayException
Display the current exception and stack.
pyqtgraph/console/repl_widget.py:234
↓ 2 callers
Method
downsampleMode
(self)
pyqtgraph/graphicsItems/PlotItem/PlotItem.py:1205
↓ 2 callers
Method
draw
(self, painter)
pyqtgraph/examples/GLPainterItem.py:31
↓ 2 callers
Method
drawAt
(self, pos, ev=None)
pyqtgraph/graphicsItems/ImageItem.py:1168
↓ 2 callers
Method
edges
Return an array (Nf, 3) of vertex indexes, two per edge in the mesh.
pyqtgraph/opengl/MeshData.py:95
↓ 2 callers
Method
emitChanged
(self)
pyqtgraph/widgets/SpinBox.py:406
↓ 2 callers
Method
enable
(self)
pyqtgraph/graphicsItems/ButtonItem.py:49
↓ 2 callers
Method
enableExceptionHandling
(self)
pyqtgraph/console/exception_widget.py:111
↓ 2 callers
Method
evalKeyState
(self)
pyqtgraph/opengl/GLViewWidget.py:486
↓ 2 callers
Method
evalKeyState
(self)
pyqtgraph/imageview/ImageView.py:551
↓ 2 callers
Method
execCmd
(self)
pyqtgraph/console/CmdInput.py:42
↓ 2 callers
Method
expandedChangedEvent
(self, expanded)
pyqtgraph/parametertree/ParameterItem.py:150
↓ 2 callers
Function
expect_failure_on_buggy_qt
()
tests/widgets/test_spinbox.py:124
↓ 2 callers
Method
export
(self, fileName=None)
pyqtgraph/exporters/CSVExporter.py:108
↓ 2 callers
Method
export
(self, fileName=None)
pyqtgraph/exporters/HDF5Exporter.py:33
↓ 2 callers
Method
extendTimeRangeForSpacing
( self, spacing: int, minVal: int | float, maxVal: int | float, )
pyqtgraph/graphicsItems/DateAxisItem.py:155
↓ 2 callers
Method
faceColors
Return an array (Nf, 4) of face colors. If indexed=='faces', then instead return an indexed array (Nf, 3, 4) (note this is j
pyqtgraph/opengl/MeshData.py:267
↓ 2 callers
Method
faceNormals
Return an array (Nf, 3) of normal vectors for each face. If indexed='faces', then instead return an indexed array (Nf, 3, 3)
pyqtgraph/opengl/MeshData.py:178
↓ 2 callers
Function
findObj
Return a list of objects whose typeStr matches regex
pyqtgraph/debug.py:1021
↓ 2 callers
Method
findTypes
(self, refs, regex)
pyqtgraph/debug.py:894
↓ 2 callers
Function
find_mpl_leftovers
()
pyqtgraph/widgets/ColorMapMenu.py:78
↓ 2 callers
Method
flush
(self)
pyqtgraph/console/repl_widget.py:263
↓ 2 callers
Method
focusNext
Give focus to the next (or previous) focusable item in the parameter tree
pyqtgraph/parametertree/ParameterItem.py:71
↓ 2 callers
Method
force
(self, t=None)
pyqtgraph/examples/relativity/relativity.py:326
↓ 2 callers
Function
formatException
Return a list of formatted exception strings. Similar to traceback.format_exception, but displays the entire stack trace rather than just
pyqtgraph/debug.py:156
↓ 2 callers
Method
frameInfo
(self, fr)
pyqtgraph/debug.py:97
↓ 2 callers
Function
genString
(data, indent='')
pyqtgraph/configfile.py:100
↓ 2 callers
Function
generateDebianChangelog
------- Convert CHANGELOG format like: pyqtgraph-0.9.1 2012-12-29 - change - change -------- to debian changelog format:
tools/generateChangelog.py:4
↓ 2 callers
Method
generateMask
(self, data, startMask)
pyqtgraph/widgets/DataFilterWidget.py:161
↓ 2 callers
Method
generatePath
(self)
pyqtgraph/graphicsItems/IsocurveItem.py:88
↓ 2 callers
Method
getAffineSliceParams
Returns the parameters needed to use :func:`affineSlice <pyqtgraph.affineSlice>` (shape, vectors, origin) to extract a subset of *dat
pyqtgraph/graphicsItems/ROI.py:1227
↓ 2 callers
Method
getContainer
(self, obj)
pyqtgraph/dockarea/DockArea.py:121
↓ 2 callers
Function
getData
(randomize=False)
pyqtgraph/examples/ScatterPlotSpeedTest.py:90
↓ 2 callers
Method
getEndpoints
(self)
pyqtgraph/graphicsItems/InfiniteLine.py:511
↓ 2 callers
Method
getExampleContent
(self, filename)
pyqtgraph/examples/ExampleApp.py:551
↓ 2 callers
Method
getGradient
Returns a QtGui.QLinearGradient corresponding to this ColorMap. The span and orientation is given by two points in plot coordinates.
pyqtgraph/colormap.py:627
↓ 2 callers
Method
getMenu
(self)
pyqtgraph/graphicsItems/ROI.py:780
↓ 2 callers
Method
getRoiData
(self)
pyqtgraph/graphicsItems/PlotCurveItem.py:1288
↓ 2 callers
Method
getScale
(self, key)
pyqtgraph/graphicsItems/PlotItem/PlotItem.py:1407
↓ 2 callers
Method
getSnapPosition
(self, pos, snap=None)
pyqtgraph/graphicsItems/ROI.py:1054
↓ 2 callers
Method
getViewBox
Return the embedded :class:`~pyqtgraph.ViewBox`. Returns ------- ViewBox The :class:`ViewBox <pyqtgraph
pyqtgraph/graphicsItems/PlotItem/PlotItem.py:294
↓ 2 callers
Method
getViewport
(self)
pyqtgraph/opengl/GLViewWidget.py:137
↓ 2 callers
Function
get_buttons
(evt_buttons)
pyqtgraph/jupyter/GraphicsView.py:29
↓ 2 callers
Function
get_modifiers
(evt_modifiers)
pyqtgraph/jupyter/GraphicsView.py:36
↓ 2 callers
Function
get_pointer
(obj)
tests/test_qimage_writethru.py:13
↓ 2 callers
Method
get_state
(obj, picklable=False)
pyqtgraph/widgets/RemoteGraphicsView.py:31
↓ 2 callers
Method
get_state
(obj, picklable=False)
pyqtgraph/widgets/RemoteGraphicsView.py:65
↓ 2 callers
Method
get_state
(obj)
pyqtgraph/widgets/RemoteGraphicsView.py:98
↓ 2 callers
Method
get_state
(obj, picklable=False)
pyqtgraph/widgets/RemoteGraphicsView.py:116
↓ 2 callers
Method
hasFaceColor
Return True if this data set has face color information
pyqtgraph/opengl/MeshData.py:171
↓ 2 callers
Method
hasVertexColor
Return True if this data set has vertex color information
pyqtgraph/opengl/MeshData.py:164
↓ 2 callers
Method
hide
(self)
pyqtgraph/widgets/ProgressDialog.py:263
↓ 2 callers
Method
hookupParameters
Binds a new set of parameters to this function. If ``clearOld`` is *True* ( default), previously bound parameters are disconnected.
pyqtgraph/parametertree/interactive.py:120
↓ 2 callers
Method
imageChanged
(self, autoLevel=False, autoRange=False)
pyqtgraph/graphicsItems/HistogramLUTItem.py:338
↓ 2 callers
Method
implements
(self, name=None)
pyqtgraph/dockarea/Dock.py:83
↓ 2 callers
Method
init
(self, nPts)
pyqtgraph/examples/relativity/relativity.py:301
↓ 2 callers
Method
initialize
(self)
pyqtgraph/opengl/GLGraphicsItem.py:239
↓ 2 callers
Function
inner
(a=5, b=6)
tests/parametertree/test_Parameter.py:284
↓ 2 callers
Method
insertChild
(self, index, child)
pyqtgraph/widgets/TreeWidget.py:308
↓ 2 callers
Function
intColor
Creates a QColor from a single index. Useful for stepping through a predefined list of colors. The argument *index* determines which col
pyqtgraph/functions.py:635
↓ 2 callers
Method
interact
Interacts with a function by making Parameters for each argument. There are several potential use cases and argument handling possib
pyqtgraph/parametertree/interactive.py:277
↓ 2 callers
Method
interpret
Return value of text or False if text is invalid.
pyqtgraph/widgets/SpinBox.py:563
↓ 2 callers
Method
intersectRay
(self, ray)
pyqtgraph/examples/optics/pyoptic.py:407
↓ 2 callers
Method
isConnected
(self)
pyqtgraph/flowchart/Terminal.py:165
↓ 2 callers
Method
isEnter
Returns True if the mouse has just entered the item's shape
pyqtgraph/GraphicsScene/mouseEvents.py:284
↓ 2 callers
Method
isExpanded
(self)
pyqtgraph/widgets/TreeWidget.py:265
↓ 2 callers
Method
isRemovable
(self)
pyqtgraph/flowchart/Terminal.py:153
↓ 2 callers
Function
is_none_or_scalar
(value)
tests/graphicsItems/PlotItem/test_PlotItem.py:14
↓ 2 callers
Method
itemClass
The class of ParameterItem to use when displaying this parameter in a ParameterTree.
pyqtgraph/parametertree/Parameter.py:237
↓ 2 callers
Method
iteratorFn
(self, data)
pyqtgraph/widgets/TableWidget.py:198
↓ 2 callers
Method
kill
Immediately kill the forked remote process. This is generally safe because forked processes are already expected to _avoid_ any clean
pyqtgraph/multiprocess/processes.py:380
↓ 2 callers
Method
labelTextColor
Get the QColor used for the item labels.
pyqtgraph/graphicsItems/LegendItem.py:164
↓ 2 callers
Method
lastScreenPos
Return the previous screen position of the mouse.
pyqtgraph/GraphicsScene/mouseEvents.py:334
↓ 2 callers
Method
linkedViewChanged
Call when the linked view range has changed. Parameters ---------- view : ViewBox The view whose range h
pyqtgraph/graphicsItems/AxisItem.py:918
↓ 2 callers
Method
load
(self)
pyqtgraph/examples/relativity/relativity.py:171
↓ 2 callers
Method
loadPreset
Load a predefined gradient. Currently defined gradients are:
pyqtgraph/graphicsItems/GradientEditorItem.py:504
↓ 2 callers
Method
loadState
(self, state)
pyqtgraph/examples/relativity/relativity.py:186
↓ 2 callers
Method
lookup
(self, oid, ref, objs=None)
pyqtgraph/debug.py:857
↓ 2 callers
Function
makeARGB
Convert an array of values into an ARGB array suitable for building QImages, OpenGL textures, etc. Returns the ARGB array (unsigned
pyqtgraph/functions.py:1389
↓ 2 callers
Method
makeContainer
(self, typ)
pyqtgraph/dockarea/DockArea.py:126
↓ 2 callers
Function
makeDateAxis
()
tests/graphicsItems/test_DateAxisItem.py:36
↓ 2 callers
Function
makeDiffImage
Return image array showing the differences between im1 and im2. Handles images of different shape. Alpha channels are not compared.
tests/image_testing.py:284
↓ 2 callers
Function
makeItemTree
(stack, title)
pyqtgraph/console/stackwidget.py:112
← previous
next →
901–1,000 of 4,033, ranked by callers