MCPcopy Create free account

hub / github.com/pyqtgraph/pyqtgraph / functions

Functions4,033 in github.com/pyqtgraph/pyqtgraph

↓ 1 callersMethodsetData
Change the data displayed by the graph. Parameters ---------- edges : np.ndarray 2D array of shape (M,
pyqtgraph/opengl/items/GLGraphItem.py:30
↓ 1 callersMethodsetData
Update the data displayed by this item. All arguments are optional; for example it is allowed to update spot positions while leaving
pyqtgraph/opengl/items/GLScatterPlotItem.py:48
↓ 1 callersMethodsetData
(self, data)
pyqtgraph/opengl/items/GLVolumeItem.py:47
↓ 1 callersMethodsetData
(self, data)
pyqtgraph/opengl/items/GLImageItem.py:46
↓ 1 callersMethodsetData
Update the data displayed by this item. All arguments are optional; for example it is allowed to update vertex positions while leavi
pyqtgraph/opengl/items/GLLinePlotItem.py:48
↓ 1 callersMethodsetData
(self, **kwds)
pyqtgraph/opengl/items/GLGradientLegendItem.py:40
↓ 1 callersMethodsetData
data should be a dictionary.
pyqtgraph/widgets/DataTreeWidget.py:26
↓ 1 callersMethodsetData
Set the data to be compared in this widget.
pyqtgraph/widgets/DiffTreeWidget.py:25
↓ 1 callersMethodsetDefaultPadding
Sets the fraction of the data range that is used to pad the view range in when auto-ranging. By default, this fraction is 0.02.
pyqtgraph/graphicsItems/ViewBox/ViewBox.py:1202
↓ 1 callersMethodsetDeletable
(self, b)
pyqtgraph/graphicsItems/ROI.py:1377
↓ 1 callersMethodsetDerivativeMode
Enable derivative mode. In derivative mode, the data is mapped according to ``y_mapped = dy / dx``, with `dx` and `dy` repre
pyqtgraph/graphicsItems/PlotDataItem.py:788
↓ 1 callersMethodsetDrawKernel
(self, kernel=None, mask=None, center=(0,0), mode='set')
pyqtgraph/graphicsItems/ImageItem.py:1212
↓ 1 callersMethodsetException
(self, exc=None, lastFrame=None)
pyqtgraph/console/exception_widget.py:75
↓ 1 callersMethodsetFillLevel
Sets the level filled to when filling under the curve
pyqtgraph/graphicsItems/PlotCurveItem.py:526
↓ 1 callersMethodsetFillRule
Set the underlying :class:`~QtGui.QPainterPath` to the specified :class:`~QtCore.Qt.FillRule` This can be useful for allowing in the
pyqtgraph/graphicsItems/FillBetweenItem.py:68
↓ 1 callersMethodsetFocus
(self)
pyqtgraph/parametertree/parameterTypes/basetypes.py:127
↓ 1 callersMethodsetFormat
Define the conversion from item value to displayed text. If a string is specified, it is used as a format string for converting
pyqtgraph/widgets/TableWidget.py:412
↓ 1 callersMethodsetFromMatrix4x4
(self, m)
pyqtgraph/SRTTransform.py:76
↓ 1 callersMethodsetFromQTransform
(self, tr)
pyqtgraph/SRTTransform.py:53
↓ 1 callersMethodsetGradient
(self, g)
pyqtgraph/graphicsItems/GradientLegend.py:27
↓ 1 callersMethodsetHDF5
(self, data)
pyqtgraph/examples/hdf5.py:37
↓ 1 callersMethodsetHistogramLabel
Set the label text of the histogram axis similar to :func:`AxisItem.setLabel() <pyqtgraph.AxisItem.setLabel>`
pyqtgraph/imageview/ImageView.py:447
↓ 1 callersMethodsetHoverBrush
Set the brush that fills the symbol when hovering over it. Allowable arguments are any that are valid for :func:`~pyqtgraph.mkBrush`.
pyqtgraph/graphicsItems/TargetItem.py:182
↓ 1 callersMethodsetHoverBrush
Set the brush that fills the region when the mouse is hovering over. Can have any arguments that are valid for :func:`mkBrush <pyqtgra
pyqtgraph/graphicsItems/LinearRegionItem.py:172
↓ 1 callersMethodsetHoverPen
Set the pen for drawing the symbol when hovering over it. Allowable arguments are any that are valid for :func:`~pyqtgraph.mkPen`.
pyqtgraph/graphicsItems/TargetItem.py:199
↓ 1 callersMethodsetImageFile
(self, imageFile)
pyqtgraph/graphicsItems/ButtonItem.py:26
↓ 1 callersMethodsetImageItem
Set an ImageItem to have its levels and LUT automatically controlled by this HistogramLUTItem.
pyqtgraph/graphicsItems/HistogramLUTItem.py:280
↓ 1 callersMethodsetIndex
(self, index)
pyqtgraph/graphicsItems/CurvePoint.py:42
↓ 1 callersMethodsetItemValue
(self, name, value)
pyqtgraph/widgets/ComboBox.py:176
↓ 1 callersMethodsetLabel
Method to call to enable or disable the TargetLabel for displaying text Parameters ---------- text : Callable or str, optiona
pyqtgraph/graphicsItems/TargetItem.py:317
↓ 1 callersMethodsetLabelText
(self, val)
pyqtgraph/widgets/ProgressDialog.py:214
↓ 1 callersMethodsetLabelTextColor
Set the color of the item labels. Accepts the same arguments as :func:`~pyqtgraph.mkColor`.
pyqtgraph/graphicsItems/LegendItem.py:168
↓ 1 callersMethodsetLeftButtonAction
(self, mode='rect')
pyqtgraph/graphicsItems/ViewBox/ViewBox.py:382
↓ 1 callersMethodsetLevel
Set the level at which the isocurve is drawn.
pyqtgraph/graphicsItems/IsocurveItem.py:59
↓ 1 callersMethodsetLevels
Sets color-scaling levels for the mesh. Parameters ---------- levels: tuple ``(low, high)``
pyqtgraph/graphicsItems/PColorMeshItem.py:350
↓ 1 callersMethodsetLibrary
(self, lib)
pyqtgraph/flowchart/Flowchart.py:77
↓ 1 callersMethodsetLimits
Change the list of allowed values.
pyqtgraph/parametertree/parameterTypes/list.py:103
↓ 1 callersMethodsetLookupTable
(self, lut, update=True)
pyqtgraph/graphicsItems/PColorMeshItem.py:375
↓ 1 callersMethodsetMaxDim
(self, mx=None)
pyqtgraph/widgets/GradientWidget.py:56
↓ 1 callersMethodsetMenuEnabled
Enable or disable the context menu for this PlotItem. By default, the ViewBox's context menu will also be affected. Use ``e
pyqtgraph/graphicsItems/PlotItem/PlotItem.py:1336
↓ 1 callersMethodsetMeshData
Set mesh data for this item. This can be invoked two ways: 1. Specify *meshdata* argument with a new MeshData object
pyqtgraph/opengl/items/GLMeshItem.py:106
↓ 1 callersMethodsetMethod
(self, value)
pyqtgraph/examples/PlotSpeedTest.py:53
↓ 1 callersMethodsetModelview
(self)
pyqtgraph/opengl/GLViewWidget.py:165
↓ 1 callersMethodsetMoveDistance
Set the distance the mouse must move after a press before mouseMoveEvents will be delivered. This ensures that clicks with a small am
pyqtgraph/GraphicsScene/GraphicsScene.py:130
↓ 1 callersMethodsetNanPolicy
Control how NaN values are handled during downsampling for this ImageItem. Parameters ---------- nanPolicy : { 'prop
pyqtgraph/graphicsItems/ImageItem.py:349
↓ 1 callersFunctionsetOpt
(_param, _val)
pyqtgraph/examples/_buildParamTypes.py:16
↓ 1 callersMethodsetOpts
(self, **opts)
pyqtgraph/graphicsItems/BarGraphItem.py:64
↓ 1 callersMethodsetOrientation
Set the orientation of the widget. May be one of 'bottom', 'top', 'left', or 'right'.
pyqtgraph/widgets/GradientWidget.py:49
↓ 1 callersMethodsetOrientation
(self, o)
pyqtgraph/widgets/VerticalLabel.py:28
↓ 1 callersMethodsetParam
(self, param, val)
pyqtgraph/examples/optics/pyoptic.py:105
↓ 1 callersMethodsetParentHover
(self, hover)
pyqtgraph/graphicsItems/ROI.py:2246
↓ 1 callersMethodsetPen
Change the fill pen. Accepts the same arguments as :func:`~pyqtgraph.mkColor`
pyqtgraph/graphicsItems/FillBetweenItem.py:87
↓ 1 callersMethodsetPen
Set the outline pen for this spot
pyqtgraph/graphicsItems/ScatterPlotItem.py:1200
↓ 1 callersMethodsetPhasemapMode
Enable phase map mode. In phase map mode, the data undergoes a mapping where ``x_mapped = y`` and ``y_mapped = dy / dx``, wh
pyqtgraph/graphicsItems/PlotDataItem.py:810
↓ 1 callersMethodsetProjection
(self, region, viewport)
pyqtgraph/opengl/GLViewWidget.py:140
↓ 1 callersMethodsetPxMode
(self, mode)
pyqtgraph/graphicsItems/ScatterPlotItem.py:766
↓ 1 callersMethodsetRotate
Set the transformation rotation to angle (in degrees)
pyqtgraph/SRTTransform.py:125
↓ 1 callersMethodsetSIPrefixEnableRanges
Set the ranges in which automatic SI prefix scaling is enabled. This function allows you to define specific ranges where SI prefixes
pyqtgraph/graphicsItems/AxisItem.py:494
↓ 1 callersMethodsetScale
Acceptable arguments are: x, y [x, y] Point(x,y)
pyqtgraph/SRTTransform.py:113
↓ 1 callersMethodsetSegmentedLineMode
Sets the mode that decides whether or not lines are drawn as segmented lines. Drawing lines as segmented lines is more performant tha
pyqtgraph/graphicsItems/PlotCurveItem.py:746
↓ 1 callersMethodsetSelectedIndices
Mark the specified indices as selected. Must be a sequence of integers that index into the array given in setData().
pyqtgraph/widgets/ScatterPlotWidget.py:120
↓ 1 callersMethodsetShader
Set the shader used when rendering faces in the mesh. (see the GL shaders example)
pyqtgraph/opengl/items/GLMeshItem.py:89
↓ 1 callersMethodsetShadowPen
Set the shadow pen used to draw behind the primary pen. This pen must have a larger width than the primary pen to be visible.
pyqtgraph/graphicsItems/PlotCurveItem.py:500
↓ 1 callersMethodsetSingleStep
Set the step size used when responding to the mouse wheel, arrow buttons, or arrow keys.
pyqtgraph/widgets/SpinBox.py:314
↓ 1 callersMethodsetSize
Set the size of the box (in its local coordinate system; this does not affect the transform) Arguments can be x,y,z or size=QVector3D
pyqtgraph/opengl/items/GLBoxItem.py:34
↓ 1 callersMethodsetSize
Set the size of the axes (in its local coordinate system; this does not affect the transform) Arguments can be x,y,z or size=QVector3
pyqtgraph/opengl/items/GLAxisItem.py:32
↓ 1 callersMethodsetSize
Set the size of the axes (in its local coordinate system; this does not affect the transform) Arguments can be x,y,z or size=QVector3
pyqtgraph/opengl/items/GLGridItem.py:34
↓ 1 callersMethodsetSkipFiniteCheck
When it is known that the plot data passed to ``PlotCurveItem`` contains only finite numerical values, the `skipFiniteCheck` property
pyqtgraph/graphicsItems/PlotCurveItem.py:534
↓ 1 callersMethodsetSpan
(self, mn, mx)
pyqtgraph/graphicsItems/InfiniteLine.py:293
↓ 1 callersMethodsetStretch
Set the 'target' size for this Dock. The actual size will be determined by comparing this Dock's stretch value to the rest of
pyqtgraph/dockarea/Dock.py:89
↓ 1 callersMethodsetStyle
Changes the appearance of the arrow. All arguments are optional: ====================== ===========================
pyqtgraph/graphicsItems/ArrowItem.py:49
↓ 1 callersMethodsetSuffix
(self, suffix)
pyqtgraph/parametertree/parameterTypes/slider.py:32
↓ 1 callersMethodsetSymbol
Set the symbol or symbols for drawing the points. See :meth:`pyqtgraph.ScatterPlotItem.setSymbol` for a full list of accepted
pyqtgraph/graphicsItems/PlotDataItem.py:936
↓ 1 callersMethodsetSymbolBrush
Set the :class:`QBrush` used to fill symbols. Setting a different :class:`QBrush` per point is not supported by this functio
pyqtgraph/graphicsItems/PlotDataItem.py:985
↓ 1 callersMethodsetSymbolPen
Set the :class:`QPen` used to draw symbols. Setting a different :class:`QPen` per point is not supported by this function.
pyqtgraph/graphicsItems/PlotDataItem.py:964
↓ 1 callersMethodsetSymbolSize
Set the symbol size or sizes. Parameters ---------- size : int | list[int] Diameter of the symbols, or a
pyqtgraph/graphicsItems/PlotDataItem.py:1008
↓ 1 callersMethodsetSystem
(self, sys)
pyqtgraph/parametertree/ParameterSystem.py:29
↓ 1 callersMethodsetText
Set the text and text properties in the label. Accepts optional arguments for auto-generating a CSS style string: ===================
pyqtgraph/graphicsItems/LabelItem.py:35
↓ 1 callersMethodsetTextPen
Set the pen used to draw the texts.
pyqtgraph/graphicsItems/GridItem.py:42
↓ 1 callersMethodsetTexts
(self, text)
pyqtgraph/examples/CustomGraphItem.py:36
↓ 1 callersMethodsetTextureLut
(self, lut)
pyqtgraph/graphicsItems/PColorMeshItem.py:761
↓ 1 callersMethodsetTickSpacing
Set the grid tick spacing to use. Tick spacing for each axis shall be specified as an array of descending values, one for ea
pyqtgraph/graphicsItems/GridItem.py:56
↓ 1 callersMethodsetToDefault
(self)
pyqtgraph/parametertree/parameterTypes/checklist.py:284
↓ 1 callersMethodsetTranslate
Acceptable arguments are: x, y [x, y] Point(x,y)
pyqtgraph/SRTTransform.py:97
↓ 1 callersMethodsetValue
(self, value)
pyqtgraph/parametertree/parameterTypes/file.py:124
↓ 1 callersMethodsetViewList
(self, views)
pyqtgraph/graphicsItems/ViewBox/ViewBoxMenu.py:220
↓ 1 callersMethodsetup
(self, context)
pyqtgraph/graphicsItems/PlotCurveItem.py:63
↓ 1 callersMethodsetup
(self, context)
pyqtgraph/graphicsItems/PColorMeshItem.py:680
↓ 1 callersMethodsetupGUI
(self)
pyqtgraph/examples/relativity/relativity.py:58
↓ 1 callersMethodsetupUi
(self, Form)
pyqtgraph/graphicsItems/PlotItem/plotConfigTemplate_generic.py:13
↓ 1 callersMethodsetupUi
(self, Form)
pyqtgraph/graphicsItems/ViewBox/axisCtrlTemplate_generic.py:13
↓ 1 callersMethodsetupUi
(self, Form)
pyqtgraph/GraphicsScene/exportDialogTemplate_generic.py:12
↓ 1 callersMethodsetupUi
(self, Form)
pyqtgraph/flowchart/FlowchartCtrlTemplate_generic.py:13
↓ 1 callersMethodshader
(self)
pyqtgraph/opengl/shaders.py:248
↓ 1 callersMethodshader
(self)
pyqtgraph/opengl/items/GLMeshItem.py:94
↓ 1 callersMethodshape
(self)
pyqtgraph/graphicsItems/ROI.py:2114
↓ 1 callersMethodshape
(self)
pyqtgraph/graphicsItems/ROI.py:2198
↓ 1 callersMethodshape
(self)
pyqtgraph/graphicsItems/ROI.py:2287
↓ 1 callersMethodshape
(self)
pyqtgraph/examples/optics/pyoptic.py:355
↓ 1 callersMethodshape
(self)
pyqtgraph/flowchart/Terminal.py:564
← previousnext →1,801–1,900 of 4,033, ranked by callers