MCPcopy Create free account

hub / github.com/pyqtgraph/pyqtgraph / functions

Functions4,033 in github.com/pyqtgraph/pyqtgraph

MethodfindPersistent
Return all objects matching regex that were considered 'persistent' when the last diff() was run.
pyqtgraph/debug.py:706
FunctionfindRefPath
Determine all paths of object references from startObj to endObj
pyqtgraph/debug.py:189
MethodfindWidget
(self, name)
pyqtgraph/WidgetGroup.py:179
Methodfinish
(self)
pyqtgraph/debug.py:523
Methodfixup
(self, strn)
pyqtgraph/widgets/SpinBox.py:558
Functionfloat_regex_for_locale
Return a FLOAT_REGEX pattern appropriate for the given locale.
pyqtgraph/functions.py:296
Methodflush
(self)
pyqtgraph/debug.py:1112
Methodflush
(self)
pyqtgraph/debug.py:1266
Functionfmt
(item)
tests/widgets/test_tablewidget.py:113
Functionfmt
(name)
pyqtgraph/examples/ScatterPlotSpeedTest.py:47
Methodfn
(self, *args, **kwds)
pyqtgraph/widgets/ComboBox.py:71
MethodfocusInEvent
(self, ev)
pyqtgraph/widgets/SpinBox.py:338
MethodfocusOutEvent
(self, ev)
pyqtgraph/flowchart/Node.py:437
MethodfocusOutEvent
(self, ev)
pyqtgraph/flowchart/Terminal.py:285
MethodfocusOutEvent
(self, ev)
pyqtgraph/flowchart/library/Data.py:166
MethodfocusPrevious
(self, item)
pyqtgraph/parametertree/ParameterTree.py:100
FunctionforgetWidget
()
tests/test_stability.py:129
FunctionformatUnits
Format a unit specification ([numerators,...], [denominators,...]) into a string (this is the inverse of evalUnits)
pyqtgraph/units.py:50
MethodfractionalValueChanged
(self, x)
pyqtgraph/graphicsItems/GradientEditorItem.py:969
FunctionfromSecsSinceEpochLocal
(timestamp)
tests/graphicsItems/test_DateAxisItem.py:65
Functionftrace
Decorator used for marking the beginning and end of function calls. Automatically indents nested calls.
pyqtgraph/debug.py:44
MethodgenerateDrawSpecs
(self, p)
pyqtgraph/graphicsItems/DateAxisItem.py:419
MethodgenerateMask
(self, data, mask)
pyqtgraph/widgets/DataFilterWidget.py:142
Functionget
.. warning:: Experimental, subject to change. Returns a ColorMap object from a local definition or imported from another library. The ge
pyqtgraph/colormap.py:58
MethodgetArrayRegion
Return the result of :meth:`~pyqtgraph.ROI.getArrayRegion` for each rect in the chain concatenated into a single ndarray. Se
pyqtgraph/graphicsItems/ROI.py:1745
MethodgetArrayRegion
Return the result of :meth:`~pyqtgraph.ROI.getArrayRegion` masked by the elliptical shape of the ROI. Regions outside the ellipse are
pyqtgraph/graphicsItems/ROI.py:1869
MethodgetArrayRegion
(self, *args, **kwds)
pyqtgraph/graphicsItems/ROI.py:2124
MethodgetArrayRegion
Use the position of this ROI relative to an imageItem to pull a slice from an array. Since this pulls 1D data from
pyqtgraph/graphicsItems/ROI.py:2220
MethodgetArrayRegion
(self, *args, **kwds)
pyqtgraph/graphicsItems/ROI.py:2383
MethodgetArraySlice
Return a tuple of slice objects that can be used to slice the region from *data* that is covered by the bounding rectangle of this ROI.
pyqtgraph/graphicsItems/ROI.py:1084
MethodgetBoundingParents
Return a list of parents to this item that have child clipping enabled.
pyqtgraph/graphicsItems/GraphicsItem.py:143
MethodgetCanvas
(self)
pyqtgraph/flowchart/library/Display.py:133
MethodgetColorMap
(self)
pyqtgraph/graphicsItems/PColorMeshItem.py:384
MethodgetContextMenus
(self, event)
pyqtgraph/graphicsItems/GraphicsItem.py:530
MethodgetContextMenus
(self, event)
pyqtgraph/graphicsItems/PlotItem/PlotItem.py:1329
MethodgetContextMenus
(self, event)
pyqtgraph/graphicsItems/ViewBox/ViewBox.py:1332
MethodgetData
(self)
pyqtgraph/graphicsItems/ScatterPlotItem.py:599
MethodgetGlobalTransform
Return global transformation (rotation angle+translation) required to move from relative state to current state. If relative state isn't spec
pyqtgraph/graphicsItems/ROI.py:1295
FunctiongetGraphPixmap
Return a `QPixmap` from the registry by `name`
pyqtgraph/icons/__init__.py:55
MethodgetHandlePositions
Return the positions of all handles in local coordinates.
pyqtgraph/graphicsItems/ROI.py:1738
MethodgetHistogram
Returns x and y arrays containing the histogram values for the current image. For an explanation of the return format, see numpy.histogram().
pyqtgraph/graphicsItems/NonUniformImage.py:72
MethodgetHistogramRange
Returns range on the histogram plot.
pyqtgraph/graphicsItems/HistogramLUTItem.py:265
MethodgetHistogramWidget
Return the HistogramLUTWidget for this ImageView
pyqtgraph/imageview/ImageView.py:887
MethodgetId
(obj)
pyqtgraph/graphicsItems/ScatterPlotItem.py:226
MethodgetLabel
Return the labelItem inside the legend for a given plotItem The label-text can be changed via labelItem.setText
pyqtgraph/graphicsItems/LegendItem.py:266
MethodgetLabel
(self, key)
pyqtgraph/graphicsItems/PlotItem/PlotItem.py:1398
MethodgetLevels
Returns a tuple containing the current level settings. See :func:`~setLevels`. The format is ``(low, high)``.
pyqtgraph/graphicsItems/PColorMeshItem.py:368
MethodgetLocalHandlePositions
Returns the position of handles in the ROI's coordinate system. The format returned is a list of (name, pos) tuples.
pyqtgraph/graphicsItems/ROI.py:683
MethodgetLookupTable
Return an RGB(A) lookup table (ndarray). ============== ==================================================================
pyqtgraph/graphicsItems/GradientEditorItem.py:690
MethodgetMenu
(self)
pyqtgraph/graphicsItems/PlotItem/PlotItem.py:1326
MethodgetPixmap
(self)
pyqtgraph/graphicsItems/ImageItem.py:1051
MethodgetPlotItem
(self)
pyqtgraph/jupyter/GraphicsView.py:166
FunctiongetPreviousVersion
Return the previous version of *obj*, or None if this object has not been reloaded.
pyqtgraph/reload.py:296
FunctiongetQDarkStyleDarkQPalette
()
pyqtgraph/colors/palette.py:4
FunctiongetQDarkStyleLightQPalette
()
pyqtgraph/colors/palette.py:38
MethodgetRoiPlot
Return the ROI PlotWidget for this ImageView
pyqtgraph/imageview/ImageView.py:883
MethodgetRotation
(self)
pyqtgraph/SRTTransform.py:39
MethodgetScale
(self)
pyqtgraph/SRTTransform.py:36
FunctiongetShaderProgram
(name)
pyqtgraph/opengl/shaders.py:239
MethodgetState
(self)
pyqtgraph/graphicsItems/ROI.py:2021
MethodgetState
(self)
pyqtgraph/graphicsItems/ROI.py:2168
MethodgetState
(self)
pyqtgraph/widgets/JoystickButton.py:42
MethodgetSubset
Returns a new ColorMap object that extracts the subset specified by 'start' and 'length' to the full 0.0 to 1.0 range. A negative le
pyqtgraph/colormap.py:477
MethodgetTranslation
(self)
pyqtgraph/SRTTransform.py:42
MethodgetValue
()
pyqtgraph/parametertree/parameterTypes/slider.py:59
MethodgetValues
Return a tree of all values that are children of this parameter. Raises ValueError if any child has no value.
pyqtgraph/parametertree/Parameter.py:340
FunctiongetVersionStrings
Returns 4 version strings: * the version string to use for this build, * version string requested with --force-version (or None)
tools/setupHelpers.py:411
MethodgetView
Return the ViewBox (or other compatible object) which displays the ImageItem
pyqtgraph/imageview/ImageView.py:875
MethodgetViewWidget
(self)
pyqtgraph/GraphicsScene/GraphicsScene.py:471
MethodgetWidget
Return the widget in (*row*, *col*)
pyqtgraph/widgets/LayoutWidget.py:76
Methodget_frame
(self)
pyqtgraph/jupyter/GraphicsView.py:66
Functionget_qpainterpath_element_array
(qpath, nelems=None)
pyqtgraph/Qt/internals.py:58
FunctiongitCommit
Return the commit ID for the given name.
tools/setupHelpers.py:338
FunctionglColor
Convert a color to OpenGL color format (r,g,b,a) floats 0.0-1.0 Accepts same arguments as :func:`mkColor <pyqtgraph.mkColor>`.
pyqtgraph/functions.py:657
Methodglobals
(self)
pyqtgraph/console/Console.py:147
MethodgradientChanged
(self)
pyqtgraph/graphicsItems/HistogramLUTItem.py:296
MethodhandleCommand
(self, cmd)
pyqtgraph/console/repl_widget.py:87
MethodhandleCommandExecuted
(self)
pyqtgraph/console/repl_widget.py:94
MethodhandleException
(self, exc)
pyqtgraph/console/repl_widget.py:98
MethodhandleItemChanged
(self, item)
pyqtgraph/widgets/TableWidget.py:369
Methodhandle_event
(self, event)
pyqtgraph/jupyter/GraphicsView.py:78
MethodhasEdgeIndexedData
(self)
pyqtgraph/opengl/MeshData.py:161
MethodhasField
(self, f)
pyqtgraph/PlotData.py:32
Methodheight
(self)
pyqtgraph/graphicsItems/GraphicsWidget.py:53
Methodheight
(self)
pyqtgraph/graphicsItems/PColorMeshItem.py:437
MethodheightChanged
(self)
pyqtgraph/exporters/ImageExporter.py:71
MethodheightChanged
(self)
pyqtgraph/exporters/PrintExporter.py:29
MethodheightChanged
(self)
pyqtgraph/exporters/SVGExporter.py:71
Methodhide
Hide this item. This is equivalent to setVisible(False).
pyqtgraph/opengl/GLGraphicsItem.py:218
MethodhideRow
(self, name)
pyqtgraph/flowchart/library/common.py:126
MethodhighlightBlock
Apply syntax highlighting to the given block of text.
pyqtgraph/examples/syntax.py:187
MethodhighlightBlock
Apply syntax highlighting to the given block of text.
pyqtgraph/examples/ExampleApp.py:196
FunctionhistogramDetrend
Linear detrend. Works by finding the most common value at the beginning and end of a trace, excluding outliers. If offsetOnly is True, then only t
pyqtgraph/flowchart/library/functions.py:183
MethodhoverEnterEvent
(self, ev)
pyqtgraph/examples/ViewBox.py:39
MethodhoverEvent
(self, ev)
pyqtgraph/graphicsItems/LegendItem.py:339
MethodhoverEvent
(self, ev)
pyqtgraph/graphicsItems/TargetItem.py:285
MethodhoverEvent
(self, ev)
pyqtgraph/graphicsItems/GradientEditorItem.py:281
MethodhoverEvent
(self, ev)
pyqtgraph/graphicsItems/GradientEditorItem.py:917
MethodhoverEvent
(self, ev)
pyqtgraph/graphicsItems/ButtonItem.py:37
MethodhoverEvent
(self, ev)
pyqtgraph/graphicsItems/InfiniteLine.py:413
← previousnext →2,801–2,900 of 4,033, ranked by callers