MCPcopy Create free account

hub / github.com/pyqtgraph/pyqtgraph / functions

Functions4,033 in github.com/pyqtgraph/pyqtgraph

↓ 3 callersMethodpixelLength
Return the length of one pixel in the direction indicated (in local coordinates) If ortho=True, then return the length of one pixel orthogonal
pyqtgraph/graphicsItems/GraphicsItem.py:272
↓ 3 callersMethodpixmap
(self)
pyqtgraph/graphicsItems/ScatterPlotItem.py:182
↓ 3 callersMethodplot
Add and return a new :class:`~pyqtgraph.PlotDataItem`. Parameters ---------- *args : tuple, optional Arg
pyqtgraph/graphicsItems/PlotItem/PlotItem.py:741
↓ 3 callersMethodpointSize
(self)
pyqtgraph/parametertree/parameterTypes/basetypes.py:337
↓ 3 callersMethodpointsAt
(self, pos)
pyqtgraph/graphicsItems/ScatterPlotItem.py:1027
↓ 3 callersMethodreadonly
Return True if this parameter is read-only. (this is the opposite of writable())
pyqtgraph/parametertree/Parameter.py:512
↓ 3 callersMethodregister
Add this ViewBox to the registered list of views. This allows users to manually link the axes of any other ViewBox to this o
pyqtgraph/graphicsItems/ViewBox/ViewBox.py:270
↓ 3 callersMethodrelax
(self, n=50)
pyqtgraph/examples/verlet_chain/chain.py:110
↓ 3 callersMethodremoveChild
(self, child)
pyqtgraph/widgets/TreeWidget.py:317
↓ 3 callersMethodremoveHandle
Remove a handle from this ROI. Argument may be either a Handle instance or the integer index of the handle.
pyqtgraph/graphicsItems/ROI.py:651
↓ 3 callersMethodremoveItem
Remove an item from this view.
pyqtgraph/graphicsItems/ViewBox/ViewBox.py:441
↓ 3 callersMethodremoveItem
(self, *args)
pyqtgraph/widgets/GraphicsView.py:189
↓ 3 callersMethodreport
(self, refs, allobjs=None, showIDs=False)
pyqtgraph/debug.py:868
↓ 3 callersMethodreset
Reset all variables in the solver to their default state.
pyqtgraph/parametertree/SystemSolver.py:89
↓ 3 callersMethodresize
(self, size)
pyqtgraph/widgets/RemoteGraphicsView.py:280
↓ 3 callersMethodroiClicked
(self)
pyqtgraph/imageview/ImageView.py:639
↓ 3 callersMethodrotate
Rotate the object around the axis specified by (x,y,z). *angle* is in degrees.
pyqtgraph/opengl/GLGraphicsItem.py:198
↓ 3 callersMethodrunFromAction
(self, **kwargs)
pyqtgraph/parametertree/interactive.py:166
↓ 3 callersMethodsave
(self, data)
pyqtgraph/widgets/TableWidget.py:346
↓ 3 callersMethodsaveFile
Save this flowchart to a .fc file
pyqtgraph/flowchart/Flowchart.py:520
↓ 3 callersMethodscale
(self, sx, sy, center=None)
pyqtgraph/widgets/GraphicsView.py:239
↓ 3 callersMethodscaleHistory
(self, d)
pyqtgraph/graphicsItems/ViewBox/ViewBox.py:1417
↓ 3 callersMethodselectedFrame
Return the currently selected stack frame (or None if there is no selection)
pyqtgraph/console/stackwidget.py:11
↓ 3 callersFunctionserialize_mouse_enum
(*args)
pyqtgraph/widgets/RemoteGraphicsView.py:18
↓ 3 callersMethodsetAutoPan
Set whether automatic range will only pan (not scale) the view.
pyqtgraph/graphicsItems/ViewBox/ViewBox.py:902
↓ 3 callersMethodsetBounds
Set the (minimum, maximum) allowable values when dragging.
pyqtgraph/graphicsItems/InfiniteLine.py:122
↓ 3 callersMethodsetBrush
Set the brush(es) used to fill the interior of each spot. If a list or array is provided, then the brush for each spot will be set separately.
pyqtgraph/graphicsItems/ScatterPlotItem.py:633
↓ 3 callersMethodsetBrush
(self, brush)
pyqtgraph/flowchart/Node.py:549
↓ 3 callersMethodsetBrush
(self, brush)
pyqtgraph/flowchart/Terminal.py:323
↓ 3 callersMethodsetClickable
Sets whether the item responds to mouse clicks. The `width` argument specifies the width in pixels orthogonal to the curve that will
pyqtgraph/graphicsItems/PlotCurveItem.py:284
↓ 3 callersMethodsetClipItem
Set an item to which the region is bounded. If ``None``, bounds are disabled.
pyqtgraph/graphicsItems/LinearRegionItem.py:213
↓ 3 callersMethodsetCurrentIndex
Set the currently displayed frame index.
pyqtgraph/imageview/ImageView.py:587
↓ 3 callersMethodsetData
Change the data displayed by the graph. ============== ===================================================================
pyqtgraph/graphicsItems/GraphItem.py:28
↓ 3 callersMethodsetDepthValue
Sets the depth value of this item. Default is 0. This controls the order in which items are drawn--those with a greater depth value w
pyqtgraph/opengl/GLGraphicsItem.py:127
↓ 3 callersMethodsetDropArea
(self, area)
pyqtgraph/dockarea/DockDrop.py:103
↓ 3 callersMethodsetFftMode
Enable FFT mode. FFT mode enables mapping the data by a fast Fourier transform. If the `x` values are not equidistant, the
pyqtgraph/graphicsItems/PlotDataItem.py:724
↓ 3 callersMethodsetHtml
Set the HTML code to be rendered by this item. See QtWidgets.QGraphicsTextItem.setHtml().
pyqtgraph/graphicsItems/TextItem.py:97
↓ 3 callersMethodsetLabels
Set the axis labels of the plot. Parameters ---------- **kwargs : dict, optional Keyword arguments are p
pyqtgraph/graphicsItems/PlotItem/PlotItem.py:1450
↓ 3 callersMethodsetLocale
Set the locale used for formatting and parsing numbers. Arguments: locale (QtCore.QLocale): The locale to use.
pyqtgraph/widgets/SpinBox.py:253
↓ 3 callersMethodsetMenuEnabled
(self, enableMenu=True)
pyqtgraph/graphicsItems/ViewBox/ViewBox.py:407
↓ 3 callersMethodsetMouseHover
(self, hover)
pyqtgraph/graphicsItems/ROI.py:749
↓ 3 callersMethodsetNewBounds
Update the item's bounding rect to match the viewport
pyqtgraph/graphicsItems/UIGraphicsItem.py:97
↓ 3 callersMethodsetOpts
Set display and processing options for this ImageItem. :class:`~pyqtgraph.ImageItem` and :meth:`setImage` support all keyword
pyqtgraph/graphicsItems/ImageItem.py:367
↓ 3 callersMethodsetOutput
(self, **vals)
pyqtgraph/flowchart/Node.py:329
↓ 3 callersMethodsetPath
(self, path)
pyqtgraph/widgets/PathButton.py:30
↓ 3 callersMethodsetPen
Set the pen used to draw the grid.
pyqtgraph/graphicsItems/GridItem.py:31
↓ 3 callersMethodsetPen
Set the pen(s) used to draw the outline around each spot. If a list or array is provided, then the pen for each spot will be set separately.
pyqtgraph/graphicsItems/ScatterPlotItem.py:611
↓ 3 callersMethodsetPlot
(self, plot)
pyqtgraph/flowchart/library/Display.py:27
↓ 3 callersMethodsetPointData
(self, data, dataSet=None, mask=None)
pyqtgraph/graphicsItems/ScatterPlotItem.py:748
↓ 3 callersMethodsetPxMode
Set whether item ignores transformations and draws directly to screen pixels. Parameters ---------- b : bool
pyqtgraph/graphicsItems/ImageItem.py:1027
↓ 3 callersMethodsetScale
(self, widget, scale)
pyqtgraph/WidgetGroup.py:215
↓ 3 callersMethodsetScale
Set the value scaling for this axis. Setting this value causes the axis to draw ticks and tick labels as if the view coordin
pyqtgraph/graphicsItems/AxisItem.py:783
↓ 3 callersMethodsetShadowPen
Set the shadow pen used to draw lines between points. The shadow pen is often used for enhancing contrast or emphasizing data. The
pyqtgraph/graphicsItems/PlotDataItem.py:849
↓ 3 callersMethodsetSize
Set the size(s) used to draw each spot. If a list or array is provided, then the size for each spot will be set separately. Otherwise,
pyqtgraph/graphicsItems/ScatterPlotItem.py:703
↓ 3 callersMethodsetSortMode
Set the mode used to sort *column*. ============== ======================================================== **Sort M
pyqtgraph/widgets/TableWidget.py:256
↓ 3 callersMethodsetState
Restore the state of this ViewBox. (see also getState)
pyqtgraph/graphicsItems/ViewBox/ViewBox.py:343
↓ 3 callersMethodsetStretch
(self, x=None, y=None)
pyqtgraph/dockarea/Container.py:102
↓ 3 callersMethodsetSymbol
Set the symbol(s) used to draw each spot. If a list or array is provided, then the symbol for each spot will be set separately. Otherw
pyqtgraph/graphicsItems/ScatterPlotItem.py:655
↓ 3 callersMethodsetTarget
(self, target)
pyqtgraph/flowchart/Terminal.py:491
↓ 3 callersMethodsetText
(self, text=None, temporary=False)
pyqtgraph/widgets/FeedbackButton.py:121
↓ 3 callersMethodsetTitle
(self, title)
pyqtgraph/widgets/GroupBox.py:85
↓ 3 callersMethodsetValue
Set the selected item to the first one having the given value.
pyqtgraph/widgets/ComboBox.py:37
↓ 3 callersMethodsetValue
(self, val)
pyqtgraph/widgets/ProgressDialog.py:201
↓ 3 callersMethodsetVertexes
Set the array (Nv, 3) of vertex coordinates. If indexed=='faces', then the data must have shape (Nf, 3, 3) and is assumed to
pyqtgraph/opengl/MeshData.py:129
↓ 3 callersMethodsetYRange
Set the visible Y range of the view to [*min*, *max*]. The *padding* argument causes the range to be set larger by the fraction speci
pyqtgraph/graphicsItems/ViewBox/ViewBox.py:690
↓ 3 callersMethodshow
Show this parameter.
pyqtgraph/parametertree/Parameter.py:807
↓ 3 callersMethodshowLabel
Show or hide the label text for this axis. Parameters ---------- show : bool, optional Show the label te
pyqtgraph/graphicsItems/AxisItem.py:421
↓ 3 callersMethodsolve
(self)
pyqtgraph/parametertree/SystemSolver.py:259
↓ 3 callersMethodsphere
Return a MeshData instance with vertexes and faces computed for a spherical surface.
pyqtgraph/opengl/MeshData.py:448
↓ 3 callersMethodstateChangeFinished
(self)
pyqtgraph/graphicsItems/ROI.py:1044
↓ 3 callersMethodstateCopy
(self)
pyqtgraph/graphicsItems/ROI.py:205
↓ 3 callersMethodstretch
Return the stretch factors for this container
pyqtgraph/dockarea/Container.py:111
↓ 3 callersFunctiontextItem
Return a tree item with no associated stack frame and a darker background color
pyqtgraph/console/stackwidget.py:149
↓ 3 callersMethodtogglePause
(self)
pyqtgraph/imageview/ImageView.py:435
↓ 3 callersFunctionunindent
(msg)
tools/pg-release.py:238
↓ 3 callersMethodupdateAutoSIPrefix
(self)
pyqtgraph/graphicsItems/AxisItem.py:824
↓ 3 callersMethodupdateFromPen
Applies settings from a pen to either a Parameter or dict. The Parameter or dict must already be populated with the relevant keys tha
pyqtgraph/parametertree/parameterTypes/pen.py:220
↓ 3 callersMethodupdateImage
(self, *args, **kargs)
pyqtgraph/graphicsItems/ImageItem.py:733
↓ 3 callersMethodupdateLines
(self)
pyqtgraph/opengl/items/GLBoxItem.py:57
↓ 3 callersMethodupdateMin
(self)
pyqtgraph/graphicsItems/LabelItem.py:118
↓ 3 callersMethodupdateOpts
(self, param, opts)
pyqtgraph/parametertree/parameterTypes/action.py:20
↓ 3 callersMethodupdateParamList
(self)
pyqtgraph/graphicsItems/PlotItem/PlotItem.py:957
↓ 3 callersMethodupdateParamState
(self, param, state)
pyqtgraph/parametertree/ParameterSystem.py:93
↓ 3 callersMethodupdatePath
(self)
pyqtgraph/graphicsItems/FillBetweenItem.py:132
↓ 3 callersMethodupdatePlot
(self)
pyqtgraph/widgets/ScatterPlotWidget.py:157
↓ 3 callersMethodupdateState
(self)
pyqtgraph/graphicsItems/ViewBox/ViewBoxMenu.py:78
↓ 3 callersMethodupdateStretch
(self)
pyqtgraph/dockarea/Container.py:107
↓ 3 callersMethodupdateStyle
(self)
pyqtgraph/dockarea/Dock.py:283
↓ 3 callersMethodupdateUi
(self)
pyqtgraph/flowchart/library/Display.py:107
↓ 3 callersMethodupdateViewLists
(self)
pyqtgraph/graphicsItems/ViewBox/ViewBox.py:1756
↓ 3 callersMethodupload_vbo
(self, vbo, arr)
pyqtgraph/opengl/items/GLScatterPlotItem.py:93
↓ 3 callersFunctionutcfromtimestamp
(timestamp)
pyqtgraph/graphicsItems/DateAxisItem.py:23
↓ 3 callersMethodvalueChanged
(self)
pyqtgraph/graphicsItems/InfiniteLine.py:504
↓ 3 callersMethodviewPixelSize
Return the (width, height) of a screen pixel in view coordinates.
pyqtgraph/graphicsItems/ViewBox/ViewBox.py:1283
↓ 3 callersMethodviewTransformChanged
Called whenever the transformation matrix of the view has changed. (eg, the view range has changed or the view was resized)
pyqtgraph/graphicsItems/InfiniteLine.py:430
↓ 2 callersMethod__enter__
(self)
pyqtgraph/multiprocess/parallelizer.py:87
↓ 2 callersMethod__init__
(self, **kwds)
pyqtgraph/jupyter/GraphicsView.py:159
↓ 2 callersMethod__init__
(self, parent)
pyqtgraph/graphicsItems/PlotCurveItem.py:55
↓ 2 callersMethod__init__
(self, shaderType, code)
pyqtgraph/opengl/shaders.py:243
↓ 2 callersMethod__init__
(self, qobj, callback)
pyqtgraph/parametertree/parameterTypes/basetypes.py:250
← previousnext →701–800 of 4,033, ranked by callers