MCPcopy Create free account

hub / github.com/pyqtgraph/pyqtgraph / functions

Functions4,033 in github.com/pyqtgraph/pyqtgraph

↓ 2 callersMethodcurrentProjection
(self)
pyqtgraph/opengl/GLViewWidget.py:186
↓ 2 callersMethoddataBounds
(self, ax, frac=1.0, orthoRange=None)
pyqtgraph/graphicsItems/BoxplotItem.py:271
↓ 2 callersMethoddataBounds
(self, ax, frac=1.0, orthoRange=None)
pyqtgraph/graphicsItems/BarGraphItem.py:269
↓ 2 callersMethoddataBounds
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 callersMethoddataBounds
(self, ax, frac=1.0, orthoRange=None)
pyqtgraph/graphicsItems/PlotCurveItem.py:330
↓ 2 callersMethoddataBounds
Returns only the anchor point for when calulating view ranges. Sacrifices some visual polish for fixing issue #2642.
pyqtgraph/graphicsItems/TextItem.py:163
↓ 2 callersMethoddataBounds
(self, ax, frac=1.0, orthoRange=None)
pyqtgraph/graphicsItems/PColorMeshItem.py:443
↓ 2 callersMethoddataBounds
(self, ax, frac=1.0, orthoRange=None)
pyqtgraph/graphicsItems/ScatterPlotItem.py:863
↓ 2 callersMethoddataChange
(self, dirtyFlags : DirtyFlag)
pyqtgraph/graphicsItems/PColorMeshItem.py:771
↓ 2 callersMethoddataRect
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 callersMethoddepthValue
Return the depth value of this item. See setDepthValue for more information.
pyqtgraph/opengl/GLGraphicsItem.py:137
↓ 2 callersMethoddescribe
(self)
pyqtgraph/widgets/DataFilterWidget.py:177
↓ 2 callersMethoddisableExceptionHandling
(self)
pyqtgraph/console/exception_widget.py:115
↓ 2 callersMethoddisconnect
(self)
pyqtgraph/SignalProxy.py:89
↓ 2 callersMethoddisconnectAll
(self)
pyqtgraph/flowchart/Terminal.py:228
↓ 2 callersMethoddisconnectFrom
(self, term)
pyqtgraph/flowchart/Terminal.py:214
↓ 2 callersMethoddisconnected
Called whenever this terminal has been disconnected from another. (note--this function is called on both terminals)
pyqtgraph/flowchart/Terminal.py:100
↓ 2 callersMethoddisplayException
Display the current exception and stack.
pyqtgraph/console/repl_widget.py:234
↓ 2 callersMethoddownsampleMode
(self)
pyqtgraph/graphicsItems/PlotItem/PlotItem.py:1205
↓ 2 callersMethoddraw
(self, painter)
pyqtgraph/examples/GLPainterItem.py:31
↓ 2 callersMethoddrawAt
(self, pos, ev=None)
pyqtgraph/graphicsItems/ImageItem.py:1168
↓ 2 callersMethodedges
Return an array (Nf, 3) of vertex indexes, two per edge in the mesh.
pyqtgraph/opengl/MeshData.py:95
↓ 2 callersMethodemitChanged
(self)
pyqtgraph/widgets/SpinBox.py:406
↓ 2 callersMethodenable
(self)
pyqtgraph/graphicsItems/ButtonItem.py:49
↓ 2 callersMethodenableExceptionHandling
(self)
pyqtgraph/console/exception_widget.py:111
↓ 2 callersMethodevalKeyState
(self)
pyqtgraph/opengl/GLViewWidget.py:486
↓ 2 callersMethodevalKeyState
(self)
pyqtgraph/imageview/ImageView.py:551
↓ 2 callersMethodexecCmd
(self)
pyqtgraph/console/CmdInput.py:42
↓ 2 callersMethodexpandedChangedEvent
(self, expanded)
pyqtgraph/parametertree/ParameterItem.py:150
↓ 2 callersFunctionexpect_failure_on_buggy_qt
()
tests/widgets/test_spinbox.py:124
↓ 2 callersMethodexport
(self, fileName=None)
pyqtgraph/exporters/CSVExporter.py:108
↓ 2 callersMethodexport
(self, fileName=None)
pyqtgraph/exporters/HDF5Exporter.py:33
↓ 2 callersMethodextendTimeRangeForSpacing
( self, spacing: int, minVal: int | float, maxVal: int | float, )
pyqtgraph/graphicsItems/DateAxisItem.py:155
↓ 2 callersMethodfaceColors
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 callersMethodfaceNormals
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 callersFunctionfindObj
Return a list of objects whose typeStr matches regex
pyqtgraph/debug.py:1021
↓ 2 callersMethodfindTypes
(self, refs, regex)
pyqtgraph/debug.py:894
↓ 2 callersFunctionfind_mpl_leftovers
()
pyqtgraph/widgets/ColorMapMenu.py:78
↓ 2 callersMethodflush
(self)
pyqtgraph/console/repl_widget.py:263
↓ 2 callersMethodfocusNext
Give focus to the next (or previous) focusable item in the parameter tree
pyqtgraph/parametertree/ParameterItem.py:71
↓ 2 callersMethodforce
(self, t=None)
pyqtgraph/examples/relativity/relativity.py:326
↓ 2 callersFunctionformatException
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 callersMethodframeInfo
(self, fr)
pyqtgraph/debug.py:97
↓ 2 callersFunctiongenString
(data, indent='')
pyqtgraph/configfile.py:100
↓ 2 callersFunctiongenerateDebianChangelog
------- Convert CHANGELOG format like: pyqtgraph-0.9.1 2012-12-29 - change - change -------- to debian changelog format:
tools/generateChangelog.py:4
↓ 2 callersMethodgenerateMask
(self, data, startMask)
pyqtgraph/widgets/DataFilterWidget.py:161
↓ 2 callersMethodgeneratePath
(self)
pyqtgraph/graphicsItems/IsocurveItem.py:88
↓ 2 callersMethodgetAffineSliceParams
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 callersMethodgetContainer
(self, obj)
pyqtgraph/dockarea/DockArea.py:121
↓ 2 callersFunctiongetData
(randomize=False)
pyqtgraph/examples/ScatterPlotSpeedTest.py:90
↓ 2 callersMethodgetEndpoints
(self)
pyqtgraph/graphicsItems/InfiniteLine.py:511
↓ 2 callersMethodgetExampleContent
(self, filename)
pyqtgraph/examples/ExampleApp.py:551
↓ 2 callersMethodgetGradient
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 callersMethodgetMenu
(self)
pyqtgraph/graphicsItems/ROI.py:780
↓ 2 callersMethodgetRoiData
(self)
pyqtgraph/graphicsItems/PlotCurveItem.py:1288
↓ 2 callersMethodgetScale
(self, key)
pyqtgraph/graphicsItems/PlotItem/PlotItem.py:1407
↓ 2 callersMethodgetSnapPosition
(self, pos, snap=None)
pyqtgraph/graphicsItems/ROI.py:1054
↓ 2 callersMethodgetViewBox
Return the embedded :class:`~pyqtgraph.ViewBox`. Returns ------- ViewBox The :class:`ViewBox <pyqtgraph
pyqtgraph/graphicsItems/PlotItem/PlotItem.py:294
↓ 2 callersMethodgetViewport
(self)
pyqtgraph/opengl/GLViewWidget.py:137
↓ 2 callersFunctionget_buttons
(evt_buttons)
pyqtgraph/jupyter/GraphicsView.py:29
↓ 2 callersFunctionget_modifiers
(evt_modifiers)
pyqtgraph/jupyter/GraphicsView.py:36
↓ 2 callersFunctionget_pointer
(obj)
tests/test_qimage_writethru.py:13
↓ 2 callersMethodget_state
(obj, picklable=False)
pyqtgraph/widgets/RemoteGraphicsView.py:31
↓ 2 callersMethodget_state
(obj, picklable=False)
pyqtgraph/widgets/RemoteGraphicsView.py:65
↓ 2 callersMethodget_state
(obj)
pyqtgraph/widgets/RemoteGraphicsView.py:98
↓ 2 callersMethodget_state
(obj, picklable=False)
pyqtgraph/widgets/RemoteGraphicsView.py:116
↓ 2 callersMethodhasFaceColor
Return True if this data set has face color information
pyqtgraph/opengl/MeshData.py:171
↓ 2 callersMethodhasVertexColor
Return True if this data set has vertex color information
pyqtgraph/opengl/MeshData.py:164
↓ 2 callersMethodhide
(self)
pyqtgraph/widgets/ProgressDialog.py:263
↓ 2 callersMethodhookupParameters
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 callersMethodimageChanged
(self, autoLevel=False, autoRange=False)
pyqtgraph/graphicsItems/HistogramLUTItem.py:338
↓ 2 callersMethodimplements
(self, name=None)
pyqtgraph/dockarea/Dock.py:83
↓ 2 callersMethodinit
(self, nPts)
pyqtgraph/examples/relativity/relativity.py:301
↓ 2 callersMethodinitialize
(self)
pyqtgraph/opengl/GLGraphicsItem.py:239
↓ 2 callersFunctioninner
(a=5, b=6)
tests/parametertree/test_Parameter.py:284
↓ 2 callersMethodinsertChild
(self, index, child)
pyqtgraph/widgets/TreeWidget.py:308
↓ 2 callersFunctionintColor
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 callersMethodinteract
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 callersMethodinterpret
Return value of text or False if text is invalid.
pyqtgraph/widgets/SpinBox.py:563
↓ 2 callersMethodintersectRay
(self, ray)
pyqtgraph/examples/optics/pyoptic.py:407
↓ 2 callersMethodisConnected
(self)
pyqtgraph/flowchart/Terminal.py:165
↓ 2 callersMethodisEnter
Returns True if the mouse has just entered the item's shape
pyqtgraph/GraphicsScene/mouseEvents.py:284
↓ 2 callersMethodisExpanded
(self)
pyqtgraph/widgets/TreeWidget.py:265
↓ 2 callersMethodisRemovable
(self)
pyqtgraph/flowchart/Terminal.py:153
↓ 2 callersFunctionis_none_or_scalar
(value)
tests/graphicsItems/PlotItem/test_PlotItem.py:14
↓ 2 callersMethoditemClass
The class of ParameterItem to use when displaying this parameter in a ParameterTree.
pyqtgraph/parametertree/Parameter.py:237
↓ 2 callersMethoditeratorFn
(self, data)
pyqtgraph/widgets/TableWidget.py:198
↓ 2 callersMethodkill
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 callersMethodlabelTextColor
Get the QColor used for the item labels.
pyqtgraph/graphicsItems/LegendItem.py:164
↓ 2 callersMethodlastScreenPos
Return the previous screen position of the mouse.
pyqtgraph/GraphicsScene/mouseEvents.py:334
↓ 2 callersMethodlinkedViewChanged
Call when the linked view range has changed. Parameters ---------- view : ViewBox The view whose range h
pyqtgraph/graphicsItems/AxisItem.py:918
↓ 2 callersMethodload
(self)
pyqtgraph/examples/relativity/relativity.py:171
↓ 2 callersMethodloadPreset
Load a predefined gradient. Currently defined gradients are:
pyqtgraph/graphicsItems/GradientEditorItem.py:504
↓ 2 callersMethodloadState
(self, state)
pyqtgraph/examples/relativity/relativity.py:186
↓ 2 callersMethodlookup
(self, oid, ref, objs=None)
pyqtgraph/debug.py:857
↓ 2 callersFunctionmakeARGB
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 callersMethodmakeContainer
(self, typ)
pyqtgraph/dockarea/DockArea.py:126
↓ 2 callersFunctionmakeDateAxis
()
tests/graphicsItems/test_DateAxisItem.py:36
↓ 2 callersFunctionmakeDiffImage
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 callersFunctionmakeItemTree
(stack, title)
pyqtgraph/console/stackwidget.py:112
← previousnext →901–1,000 of 4,033, ranked by callers