MCPcopy Create free account

hub / github.com/pyqtgraph/pyqtgraph / functions

Functions4,033 in github.com/pyqtgraph/pyqtgraph

↓ 5 callersMethodhasTimeAxis
(self)
pyqtgraph/imageview/ImageView.py:635
↓ 5 callersMethodinsertChild
Insert a new child at pos. If pos is a Parameter, then insert at the position of that Parameter. If child is a dict, then a p
pyqtgraph/parametertree/Parameter.py:635
↓ 5 callersMethodinvalidate
(self)
pyqtgraph/graphicsItems/ScatterPlotItem.py:594
↓ 5 callersMethodisAccepted
(self)
pyqtgraph/GraphicsScene/mouseEvents.py:50
↓ 5 callersMethodisOutput
(self)
pyqtgraph/flowchart/Terminal.py:147
↓ 5 callersMethodlinkToView
Link to a ViewBox, causing its displayed range to match the view range. This is usually called automatically by the ViewBox.
pyqtgraph/graphicsItems/AxisItem.py:890
↓ 5 callersMethodlock
(self, id=None)
pyqtgraph/util/mutex.py:41
↓ 5 callersMethodmapFromItemToView
Maps *obj* from the local coordinate system of *item* to the view coordinates
pyqtgraph/graphicsItems/ViewBox/ViewBox.py:1265
↓ 5 callersMethodmapFromParent
(self, point)
pyqtgraph/opengl/GLGraphicsItem.py:295
↓ 5 callersMethodmenuEnabled
Return whether the context menu is enabled. Returns ------- bool ``True`` if the context menu is enabled
pyqtgraph/graphicsItems/PlotItem/PlotItem.py:1361
↓ 5 callersMethodnframes
Returns ------- int The number of frames in the image data.
pyqtgraph/imageview/ImageView.py:458
↓ 5 callersMethodoptsContext
Creates a new context for ``opts``, where each is reset to the old value when the context expires Parameters -------
pyqtgraph/parametertree/interactive.py:263
↓ 5 callersMethodorbit
Orbits the camera around the center position. *azim* and *elev* are given in degrees.
pyqtgraph/opengl/GLViewWidget.py:340
↓ 5 callersMethodparse
Given any python object, return: * type * a short string representation * a dict of sub-objects to be parsed
pyqtgraph/widgets/DataTreeWidget.py:71
↓ 5 callersMethodpoints
(self)
pyqtgraph/graphicsItems/ScatterPlotItem.py:1019
↓ 5 callersMethodpos
Provides the current position of the TargetItem Returns ------- Point pg.Point of the current position of the Tar
pyqtgraph/graphicsItems/TargetItem.py:296
↓ 5 callersMethodpos
(self)
pyqtgraph/graphicsItems/ScatterPlotItem.py:1161
↓ 5 callersFunctionprintExc
Print an error message followed by an indented exception backtrace (This function is intended to be called within except: blocks)
pyqtgraph/debug.py:132
↓ 5 callersMethodprogram
(self, *, es2_compat=False)
pyqtgraph/opengl/shaders.py:332
↓ 5 callersMethodraiseOverlay
(self)
pyqtgraph/dockarea/DockDrop.py:25
↓ 5 callersFunctionrefPathString
Given a list of adjacent objects in a reference path, print the 'natural' path names (ie, attribute names, keys, and indexes) that follow from one
pyqtgraph/debug.py:293
↓ 5 callersMethodremoveTerminal
Remove the specified terminal from this Node. May specify either the terminal's name or the terminal itself. Causes sigTermi
pyqtgraph/flowchart/Node.py:108
↓ 5 callersMethodrender
(self)
pyqtgraph/graphicsItems/ImageItem.py:739
↓ 5 callersFunctionsafeStr
(obj)
pyqtgraph/reload.py:285
↓ 5 callersMethodsetAlpha
(self, a)
pyqtgraph/examples/contextMenu.py:122
↓ 5 callersMethodsetClipToView
Clip the displayed data to the visible range of the x-axis. This setting can result in significant performance improvements.
pyqtgraph/graphicsItems/PlotDataItem.py:1071
↓ 5 callersMethodsetColor
Sets the button's color and emits both sigColorChanged and sigColorChanging.
pyqtgraph/widgets/ColorButton.py:50
↓ 5 callersMethodsetColorMode
Set the color mode for the gradient. Options are: 'hsv', 'rgb'
pyqtgraph/graphicsItems/GradientEditorItem.py:512
↓ 5 callersMethodsetData
Update the data displayed by this item. All arguments are optional; for example it is allowed to update text while leaving colors unc
pyqtgraph/opengl/items/GLTextItem.py:26
↓ 5 callersMethodsetDevicePixelRatio
(self, dpr)
pyqtgraph/graphicsItems/ScatterPlotItem.py:178
↓ 5 callersMethodsetDim
(self, d)
pyqtgraph/dockarea/Dock.py:325
↓ 5 callersMethodsetHistory
(self, num)
pyqtgraph/console/CmdInput.py:50
↓ 5 callersMethodsetLevelMode
Set the method of controlling the image levels offered to the user. Options are 'mono' or 'rgba'.
pyqtgraph/graphicsItems/HistogramLUTItem.py:421
↓ 5 callersMethodsetMappingMode
Sets the way that values outside of the range 0 to 1 are mapped to colors. Parameters ---------- mapping: int or str
pyqtgraph/colormap.py:418
↓ 5 callersMethodsetOpts
Set any arbitrary options on this parameter. The exact behavior of this function will depend on the parameter type, but most
pyqtgraph/parametertree/Parameter.py:523
↓ 5 callersMethodsetOpts
(self, **opts)
pyqtgraph/parametertree/parameterTypes/pen.py:142
↓ 5 callersMethodsetOrientation
Set the orientation of the TickSliderItem. ============== ===================================================================
pyqtgraph/graphicsItems/GradientEditorItem.py:106
↓ 5 callersMethodsetPath
(self, path)
pyqtgraph/graphicsItems/TargetItem.py:216
↓ 5 callersMethodsetPen
Set the pen used for drawing text, axes, ticks, and grid lines. If no arguments given, the default foreground color will be
pyqtgraph/graphicsItems/AxisItem.py:679
↓ 5 callersMethodsetSelected
(self, s)
pyqtgraph/graphicsItems/ROI.py:718
↓ 5 callersMethodsetSpacing
(self, *args)
pyqtgraph/graphicsItems/GraphicsLayout.py:213
↓ 5 callersMethodsetTicks
Explicitly determine which ticks to display. This overrides the behavior specified by :meth:`~pyqtgraph.AxisItem.tickSpacing
pyqtgraph/graphicsItems/AxisItem.py:1020
↓ 5 callersMethodsetToDefault
Set this parameter's value to the default. Raises ValueError if no default is set.
pyqtgraph/parametertree/Parameter.py:473
↓ 5 callersMethodsetValue
(self, value, blockSignal=None)
pyqtgraph/parametertree/parameterTypes/checklist.py:243
↓ 5 callersMethodsetValue
(self, value, blockSignal=None)
pyqtgraph/parametertree/parameterTypes/pen.py:121
↓ 5 callersMethodsetVertexColors
Set the vertex color array (Nv, 4). If indexed=='faces', then the array will be interpreted as indexed and should have shape
pyqtgraph/opengl/MeshData.py:251
↓ 5 callersFunctionshell
Run each line of a shell script; raise an exception if any line returns a nonzero value.
tools/shell.py:5
↓ 5 callersMethodshowAxes
Convenience method for quickly configuring axis settings. Parameters ---------- selection : bool or tuple o
pyqtgraph/graphicsItems/PlotItem/PlotItem.py:1533
↓ 5 callersMethodtranslate
(self, dx, dy)
pyqtgraph/widgets/GraphicsView.py:235
↓ 5 callersMethodtreeChangeBlocker
Return an object that can be used to temporarily block and accumulate sigTreeStateChanged signals. This is meant to be used when nume
pyqtgraph/parametertree/Parameter.py:813
↓ 5 callersFunctiontypeStr
Create a more useful type string by making <instance> types report their class.
pyqtgraph/debug.py:942
↓ 5 callersMethodupdateButtons
(self)
pyqtgraph/graphicsItems/PlotItem/PlotItem.py:1601
↓ 5 callersMethodupdateLine
(self)
pyqtgraph/flowchart/Terminal.py:502
↓ 5 callersMethodupdateMatrix
(self, propagate=True)
pyqtgraph/widgets/GraphicsView.py:208
↓ 5 callersMethodupdateSize
(self)
pyqtgraph/graphicsItems/LegendItem.py:312
↓ 5 callersMethodupdateText
(self)
pyqtgraph/widgets/SpinBox.py:471
↓ 5 callersMethodwritable
Returns True if this parameter's value can be changed by the user. Note that the value of the parameter can *always* be changed by
pyqtgraph/parametertree/Parameter.py:499
↓ 4 callersMethod__init__
(self, on_update)
pyqtgraph/flowchart/library/Data.py:161
↓ 4 callersFunction_assert_equal_arrays
(a1, a2)
tests/graphicsItems/test_PlotDataItem.py:100
↓ 4 callersMethod_getDisplayDataset
Get data suitable for display as a :class:`PlotDataset`. Warnings -------- This method is not considered part of the
pyqtgraph/graphicsItems/PlotDataItem.py:1444
↓ 4 callersFunction_mkBrush
Wrapper for fn.mkBrush which avoids creating a new QBrush object if passed one as its sole argument. This is used to avoid unnecessary cache
pyqtgraph/graphicsItems/ScatterPlotItem.py:129
↓ 4 callersFunction_mkPen
Wrapper for fn.mkPen which avoids creating a new QPen object if passed one as its sole argument. This is used to avoid unnecessary cache miss
pyqtgraph/graphicsItems/ScatterPlotItem.py:117
↓ 4 callersMethod_resetTarget
(self)
pyqtgraph/graphicsItems/ViewBox/ViewBox.py:514
↓ 4 callersMethod_setBounds
(self, bounds)
pyqtgraph/graphicsItems/LinearRegionItem.py:191
↓ 4 callersMethod_update_items
internal: update color maps for bar and assigned ImageItems
pyqtgraph/graphicsItems/ColorBarItem.py:285
↓ 4 callersMethodaddItem
Add an item to the layout and place it in the next available cell (or in the cell specified). The item must be an instance of a QGrap
pyqtgraph/graphicsItems/GraphicsLayout.py:108
↓ 4 callersMethodaddOutput
Add a new output terminal to this Node with the given name. Extra keyword arguments are passed to Terminal.__init__. This is
pyqtgraph/flowchart/Node.py:101
↓ 4 callersMethodaddTerminal
Add a new terminal to this Node with the given name. Extra keyword arguments are passed to Terminal.__init__. Causes
pyqtgraph/flowchart/Node.py:145
↓ 4 callersMethodaddTick
Add a tick to the gradient. Return the tick. ============== ===============================================================
pyqtgraph/graphicsItems/GradientEditorItem.py:738
↓ 4 callersMethodappendData
Add new rows to the table. See :func:`setData() <pyqtgraph.TableWidget.setData>` for accepted data types.
pyqtgraph/widgets/TableWidget.py:106
↓ 4 callersFunctionassert_equal_transforms
(tr1, tr2)
tests/graphicsItems/test_ImageItem.py:191
↓ 4 callersMethodautoRangeEnabled
(self)
pyqtgraph/graphicsItems/ViewBox/ViewBox.py:899
↓ 4 callersMethodbrush
Get the QBrush used to draw the legend background.
pyqtgraph/graphicsItems/LegendItem.py:148
↓ 4 callersMethodbuildMenu
(self, pos=None)
pyqtgraph/flowchart/Flowchart.py:816
↓ 4 callersFunctionbuildMenuEntryAction
(menu, name, source)
pyqtgraph/widgets/ColorMapMenu.py:61
↓ 4 callersMethodbuildSubMenu
(self, names, source, sort=True)
pyqtgraph/widgets/ColorMapMenu.py:276
↓ 4 callersMethodcameraPosition
Return current position of camera based on center, dist, elevation, and azimuth
pyqtgraph/opengl/GLViewWidget.py:302
↓ 4 callersFunctioncheckArrays
(a, b)
tests/test_makeARGB.py:182
↓ 4 callersFunctioncheckCudaErrors
(result)
pyqtgraph/widgets/RawImageWidget.py:115
↓ 4 callersMethodchildrenBounds
Return the bounding range of all children. [[xmin, xmax], [ymin, ymax]] Values may be None if there are no specific bounds for an axis
pyqtgraph/graphicsItems/ViewBox/ViewBox.py:1450
↓ 4 callersMethodclear
(self)
pyqtgraph/graphicsItems/ViewBox/ViewBox.py:454
↓ 4 callersMethodclear
Clear all contents from the table.
pyqtgraph/widgets/TableWidget.py:81
↓ 4 callersFunctionclip_array
(arr, vmin, vmax, out=None)
pyqtgraph/functions.py:1255
↓ 4 callersMethoddecorate
Calls :meth:`interact` and returns the :class:`InteractiveFunction`. Parameters ---------- kwargs Keywor
pyqtgraph/parametertree/interactive.py:410
↓ 4 callersMethoddot
Returns the dot product of a and this Point.
pyqtgraph/Point.py:130
↓ 4 callersFunctiondrawSymbol
(painter, symbol, size, pen, brush)
pyqtgraph/graphicsItems/ScatterPlotItem.py:79
↓ 4 callersMethodfaces
Return an array (Nf, 3) of vertex indexes, three per triangular face in the mesh. If faces have not been computed for this mesh, the
pyqtgraph/opengl/MeshData.py:88
↓ 4 callersMethodfileSaveDialog
(self, filter=None, opts=None)
pyqtgraph/exporters/Exporter.py:45
↓ 4 callersMethodfileno
(self)
pyqtgraph/console/repl_widget.py:267
↓ 4 callersMethodfloatDock
Removes *dock* from this DockArea and places it in a new window.
pyqtgraph/dockarea/DockArea.py:179
↓ 4 callersMethodforgetRef
(self, ref)
pyqtgraph/debug.py:847
↓ 4 callersMethodgetFigure
(self)
pyqtgraph/widgets/MatplotlibWidget.py:64
↓ 4 callersMethodgetLookupTable
getLookupTable(start=0.0, stop=1.0, nPts=512, alpha=None, mode=ColorMap.BYTE) Returns an equally-spaced lookup table of RGB(A) value
pyqtgraph/colormap.py:771
↓ 4 callersFunctiongetNumbaFunctions
()
pyqtgraph/util/numba_helper.py:6
↓ 4 callersMethodgetPen
Returns a QPen that draws according to the color map based on vertical or horizontal position. It is recommended to store an
pyqtgraph/colormap.py:697
↓ 4 callersMethodgetProcessedImage
Returns the image data after it has been processed by any normalization options in use.
pyqtgraph/imageview/ImageView.py:487
↓ 4 callersMethodgetScale
(self)
pyqtgraph/SRTTransform3D.py:48
↓ 4 callersMethodgetTargetRect
(self)
pyqtgraph/exporters/Exporter.py:93
↓ 4 callersMethodgetTranslation
(self)
pyqtgraph/SRTTransform3D.py:55
↓ 4 callersMethodimplements
(self, interface)
pyqtgraph/graphicsItems/ViewBox/ViewBox.py:302
← previousnext →401–500 of 4,033, ranked by callers