MCPcopy Create free account

hub / github.com/pyqtgraph/pyqtgraph / functions

Functions4,033 in github.com/pyqtgraph/pyqtgraph

MethodrestoreState
(self, state)
pyqtgraph/flowchart/library/common.py:121
Functionretain
Retain result for post-call analysis
tests/parametertree/test_Parameter.py:141
MethodrgnChanged
(self, item)
pyqtgraph/flowchart/library/Data.py:154
MethodroiChangeFinishedEvent
(self)
pyqtgraph/graphicsItems/ROI.py:1735
MethodroiChangeStartedEvent
(self)
pyqtgraph/graphicsItems/ROI.py:1732
MethodroiChanged
(self, *args)
pyqtgraph/examples/optics/pyoptic.py:190
MethodroiChangedEvent
(self)
pyqtgraph/graphicsItems/PlotCurveItem.py:1296
MethodroiChangedEvent
(self)
pyqtgraph/graphicsItems/ROI.py:1723
FunctionrollingSum
(data, n)
pyqtgraph/flowchart/library/functions.py:92
Methodrun
(self)
setup.py:59
Methodrun
(self)
tools/setupHelpers.py:512
Methodrun
(self)
tools/setupHelpers.py:539
Methodrun
(self)
tools/setupHelpers.py:591
Methodrun
(self)
tools/setupHelpers.py:603
Methodrun
(self)
tools/setupHelpers.py:618
Methodrun
(self)
tools/setupHelpers.py:633
Methodrun
(self)
tests/test_stability.py:90
Methodrun
(self)
pyqtgraph/console/repl_widget.py:179
Methodrun
(self)
pyqtgraph/multiprocess/processes.py:515
Methodrun
(self, func, args)
pyqtgraph/examples/console_exception_inspection.py:119
MethodrunEditedCode
(self)
pyqtgraph/examples/ExampleApp.py:564
MethodrunFromChangedOrChanging
(self, param, value)
pyqtgraph/parametertree/interactive.py:153
FunctionrunFunc
(func)
pyqtgraph/examples/console_exception_inspection.py:126
FunctionrunOnBtnOrChange_listOpts
(a=5)
pyqtgraph/examples/InteractiveParameter.py:98
FunctionrunOnButton
(a=10, b=20)
pyqtgraph/examples/InteractiveParameter.py:65
Functionsave
()
pyqtgraph/examples/dockarea.py:71
Functionsave
()
pyqtgraph/examples/parametertree.py:118
MethodsaveAll
Save all data to file.
pyqtgraph/widgets/TableWidget.py:342
MethodsaveClicked
(self)
pyqtgraph/flowchart/Flowchart.py:656
MethodsaveImage
(self)
tests/image_testing.py:419
MethodsaveSel
Save selected data to file.
pyqtgraph/widgets/TableWidget.py:337
MethodsaveState
(self)
pyqtgraph/graphicsItems/HistogramLUTItem.py:474
MethodsaveState
(self)
pyqtgraph/graphicsItems/ROI.py:2027
MethodsaveState
(self)
pyqtgraph/graphicsItems/ROI.py:2173
MethodsaveState
(self)
pyqtgraph/graphicsItems/PlotItem/PlotItem.py:1050
MethodsaveState
Return a structure representing the entire state of the parameter tree. The tree state may be restored from this structure using rest
pyqtgraph/parametertree/Parameter.py:349
MethodsaveState
(self, filter=None)
pyqtgraph/parametertree/parameterTypes/qtenum.py:47
MethodsaveState
(self, filter=None)
pyqtgraph/parametertree/parameterTypes/checklist.py:291
MethodsaveState
(self, filter=None)
pyqtgraph/parametertree/parameterTypes/calendar.py:51
MethodsaveState
(self, filter=None)
pyqtgraph/parametertree/parameterTypes/color.py:31
MethodsaveState
(self, filter=None)
pyqtgraph/parametertree/parameterTypes/pen.py:107
MethodsaveState
(self, filter=None)
pyqtgraph/parametertree/parameterTypes/font.py:37
MethodsaveState
(self)
pyqtgraph/widgets/ColorMapWidget.py:172
MethodsaveState
(self)
pyqtgraph/widgets/ComboBox.py:210
MethodsaveState
(self)
pyqtgraph/widgets/ColorButton.py:79
MethodsaveState
(self)
pyqtgraph/widgets/PlotWidget.py:95
MethodsaveState
(self)
pyqtgraph/dockarea/Container.py:132
MethodsaveState
(self)
pyqtgraph/dockarea/Container.py:282
MethodsaveState
(self)
pyqtgraph/flowchart/Terminal.py:270
MethodsaveState
(self)
pyqtgraph/flowchart/library/Display.py:278
MethodsaveState
(self)
pyqtgraph/flowchart/library/Data.py:74
MethodsaveState
(self)
pyqtgraph/flowchart/library/Data.py:316
MethodsaveState
(self)
pyqtgraph/flowchart/library/common.py:116
Functionsave_reference
This saves the output (or exception type) of running makeARGB for every combo of arguments. The output isn't fit for immediate inclusion in t
tests/makeARGB_test_data.py:4252
MethodscalarOrNone
(val)
pyqtgraph/graphicsItems/PlotItem/PlotItem.py:871
Methodscale
Scale the object by (*dx*, *dy*, *dz*) in its local coordinate system. If *local* is False, then scale takes place in the parent's co
pyqtgraph/opengl/GLGraphicsItem.py:208
MethodscaleToImage
Scales such that pixels in image are the same size as screen pixels. This may result in a significant performance increase.
pyqtgraph/widgets/GraphicsView.py:279
MethodscatterClicked
(self, _, points, ev)
pyqtgraph/graphicsItems/PlotDataItem.py:1783
MethodscatterHovered
(self, _, points, ev)
pyqtgraph/graphicsItems/PlotDataItem.py:1788
MethodscatterPlot
Create a :class:`~pyqtgraph.PlotDataItem` and add it to the plot. The :class:`~pyqtgraph.PlotDataItem` instance will render the unde
pyqtgraph/graphicsItems/PlotItem/PlotItem.py:906
Methodscene
(self)
pyqtgraph/flowchart/Flowchart.py:688
MethodscenePos
Return the current scene position of the mouse.
pyqtgraph/GraphicsScene/mouseEvents.py:53
MethodscenePos
Return the current scene position of the mouse.
pyqtgraph/GraphicsScene/mouseEvents.py:186
MethodscreenPos
Return the current screen position (pixels relative to widget) of the mouse.
pyqtgraph/GraphicsScene/mouseEvents.py:57
MethodscreenPos
Return the current screen position (pixels relative to widget) of the mouse.
pyqtgraph/GraphicsScene/mouseEvents.py:190
FunctionsearchRefs
Pseudo-interactive function for tracing references backward. **Arguments:** obj: The initial object from which to start searching
pyqtgraph/debug.py:950
MethodsegmentClicked
(self, segment, ev=None, pos=None)
pyqtgraph/graphicsItems/ROI.py:2064
MethodselectAllClicked
(self)
pyqtgraph/parametertree/parameterTypes/checklist.py:44
MethodselectColor
(self)
pyqtgraph/widgets/ColorButton.py:60
MethodselectedFrame
(self)
pyqtgraph/console/exception_widget.py:79
MethodselectionChanged
(self, *args)
pyqtgraph/parametertree/ParameterTree.py:202
MethodselectionChanged
(self)
pyqtgraph/flowchart/Flowchart.py:865
MethodsetAverageTime
(self, t)
pyqtgraph/widgets/ValueLabel.py:59
MethodsetBackgroundColor
Set the background color of the ViewBox. If color is None, then no background will be drawn. Added in version 0.9.9
pyqtgraph/graphicsItems/ViewBox/ViewBox.py:357
MethodsetBlockData
(self, blockName, data)
pyqtgraph/opengl/shaders.py:314
MethodsetBlue
(self)
pyqtgraph/examples/contextMenu.py:118
MethodsetBorder
Set the pen used to draw border between cells. See :func:`mkPen <pyqtgraph.mkPen>` for arguments.
pyqtgraph/graphicsItems/GraphicsLayout.py:38
MethodsetBorder
Set the pen used to draw border around the view If border is None, then no border will be drawn. Added in version 0.9.10
pyqtgraph/graphicsItems/ViewBox/ViewBox.py:1189
MethodsetBrush
An alias to :meth:`setFillBrush`. Parameters ---------- *args : tuple :class:`QBrush`, or parameters for
pyqtgraph/graphicsItems/PlotDataItem.py:898
MethodsetBrush
Set the brush used to draw the isocurve. Arguments can be any that are valid for :func:`mkBrush <pyqtgraph.mkBrush>`
pyqtgraph/graphicsItems/IsocurveItem.py:72
MethodsetCameraParams
(self, **kwds)
pyqtgraph/opengl/GLViewWidget.py:319
MethodsetCanvas
(self, canvas)
pyqtgraph/flowchart/library/Display.py:130
MethodsetColor
Set the default color to use when no vertex or face colors are specified.
pyqtgraph/opengl/items/GLMeshItem.py:101
MethodsetColorMap
Set displayed gradient from a :class:`~pyqtgraph.ColorMap` object.
pyqtgraph/graphicsItems/GradientLegend.py:31
MethodsetColorMap
(self, cmap)
pyqtgraph/graphicsItems/PColorMeshItem.py:387
MethodsetColorMap
(self, cmap)
pyqtgraph/widgets/ColorMapButton.py:39
FunctionsetComboState
(w, v)
pyqtgraph/WidgetGroup.py:50
MethodsetContextMenuActionVisible
Change the context menu action visibility. Parameters ---------- name : {'Transforms', 'Downsample', 'Average', 'Alp
pyqtgraph/graphicsItems/PlotItem/PlotItem.py:1372
MethodsetData
Set the user-data associated with this spot
pyqtgraph/graphicsItems/ScatterPlotItem.py:1235
MethodsetData
(self, column, role, value)
pyqtgraph/widgets/TreeWidget.py:332
MethodsetData
Set the data to be processed and displayed. Argument must be a numpy record array.
pyqtgraph/widgets/ScatterPlotWidget.py:109
MethodsetDecimals
Set the number of decimals to be displayed when formatting numeric values.
pyqtgraph/widgets/SpinBox.py:320
MethodsetDefault
(self, val, **kwargs)
pyqtgraph/parametertree/parameterTypes/pen.py:93
MethodsetDynamicRangeLimit
Limit the off-screen positions of data points at large magnification. This is intended to work around an upstream Qt issue:
pyqtgraph/graphicsItems/PlotDataItem.py:1088
MethodsetEditable
Set whether this item is user-editable.
pyqtgraph/widgets/TableWidget.py:386
MethodsetException
Display an exception chain with its tracebacks and call stack.
pyqtgraph/console/stackwidget.py:24
MethodsetExportMode
This method is called by exporters to inform items that they are being drawn for export with a specific set of options. Items access
pyqtgraph/graphicsItems/GraphicsItem.py:515
MethodsetExportMode
(self, *args, **kwds)
pyqtgraph/graphicsItems/ScatterPlotItem.py:934
MethodsetExportMode
Set whether the item will allow export via screenshots or image files. If export mode is enabled, then the item will allow export an
pyqtgraph/graphicsItems/PlotItem/PlotItem.py:1619
MethodsetFields
Set the list of field names/units to be processed. The format of *fields* is the same as used by :meth:`~pyqtgraph.
pyqtgraph/widgets/ScatterPlotWidget.py:80
← previousnext →3,401–3,500 of 4,033, ranked by callers