Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyqtgraph/pyqtgraph
/ functions
Functions
4,033 in github.com/pyqtgraph/pyqtgraph
⨍
Functions
4,033
◇
Types & classes
441
↳
Endpoints
10
Method
_itemClicked
(self, item, col)
pyqtgraph/widgets/TreeWidget.py:235
Method
_levelsChangedHandler
internal: called when child item for some reason decides to update its levels without using ColorBarItem. Will update colormap
pyqtgraph/graphicsItems/ColorBarItem.py:302
Method
_line0Moved
(self)
pyqtgraph/graphicsItems/LinearRegionItem.py:297
Method
_line1Moved
(self)
pyqtgraph/graphicsItems/LinearRegionItem.py:301
Function
_loadUiType
PySide lacks a "loadUiType" command like PyQt4's, so we have to convert the ui file to py code in-memory first and then execute it in a s
pyqtgraph/Qt/__init__.py:87
Method
_makePen
(self)
pyqtgraph/graphicsItems/ROI.py:2252
Method
_missing_interp
(v)
pyqtgraph/parametertree/parameterTypes/basetypes.py:289
Method
_newResizeEvent
(self, ev)
pyqtgraph/parametertree/parameterTypes/file.py:119
Method
_onChildChanging
(self, child, value)
pyqtgraph/parametertree/parameterTypes/checklist.py:197
Function
_onColorSchemeChange
(colorScheme)
pyqtgraph/Qt/__init__.py:446
Function
_onPaletteChange
(palette)
pyqtgraph/Qt/__init__.py:434
Method
_plot
(self)
pyqtgraph/graphicsItems/ScatterPlotItem.py:1142
Method
_plotArray
(self, arr, x=None, **kargs)
pyqtgraph/graphicsItems/PlotItem/PlotItem.py:1610
Method
_regionChanged
internal: snap adjusters back to default positions on release
pyqtgraph/graphicsItems/ColorBarItem.py:308
Method
_regionChanging
internal: recalculate levels based on new position of adjusters
pyqtgraph/graphicsItems/ColorBarItem.py:316
Method
_resetCachedProperties
(self)
pyqtgraph/graphicsItems/GraphicsWidget.py:41
Method
_retrieveFileSelection_gui
(self)
pyqtgraph/parametertree/parameterTypes/file.py:131
Method
_setColorModeToHSV
(self)
pyqtgraph/graphicsItems/GradientEditorItem.py:540
Method
_setColorModeToRGB
(self)
pyqtgraph/graphicsItems/GradientEditorItem.py:536
Method
_setMultiline
(self, enable)
pyqtgraph/console/repl_widget.py:145
Method
_stackItemDblClicked
(self, handler, item)
pyqtgraph/console/Console.py:171
Method
_threadExceptionHandler
(self, args)
pyqtgraph/console/exception_widget.py:177
Method
_undefer
Return a non-deferred ObjectProxy referencing the same object
pyqtgraph/multiprocess/remoteproxy.py:1138
Method
_updateGradientIgnoreArgs
(self, *args, **kwargs)
pyqtgraph/graphicsItems/GradientEditorItem.py:562
Method
_updateItemBorder
(self)
pyqtgraph/graphicsItems/GraphicsLayout.py:217
Function
a2
A long docstring with a newline followed by more text won't result in a tooltip
tests/parametertree/test_Parameter.py:303
Method
aChanged
(self)
pyqtgraph/examples/parametertree.py:37
Method
absZValue
(item)
pyqtgraph/GraphicsScene/GraphicsScene.py:422
Method
accept
An item should call this method if it can handle the event. This will prevent the event being delivered to any other items.
pyqtgraph/GraphicsScene/mouseEvents.py:174
Function
accessVarInDifferentScope
(x, y=10)
pyqtgraph/examples/InteractiveParameter.py:73
Method
acquire
Mimics threading.Lock.acquire() to allow this class as a drop-in replacement.
pyqtgraph/util/mutex.py:76
Function
activate
(action)
pyqtgraph/examples/_buildParamTypes.py:88
Method
activate
(self)
pyqtgraph/parametertree/parameterTypes/actiongroup.py:51
Method
activate
(self)
pyqtgraph/parametertree/parameterTypes/actiongroup.py:78
Function
adaptiveDetrend
Return the signal with baseline removed. Discards outliers from baseline measurement.
pyqtgraph/flowchart/library/functions.py:158
Method
addChanged
Called when "add new" combo is changed The parameter MUST have an 'addNew' method defined.
pyqtgraph/parametertree/parameterTypes/basetypes.py:358
Method
addChild
(self, child)
pyqtgraph/widgets/TreeWidget.py:361
Method
addChildren
(self, childs)
pyqtgraph/widgets/TreeWidget.py:365
Method
addClicked
Called when "add new" button is clicked The parameter MUST have an 'addNew' method defined.
pyqtgraph/parametertree/parameterTypes/basetypes.py:352
Method
addColorMap
Add a new color mapping and return the created parameter.
pyqtgraph/widgets/ColorMapWidget.py:47
Method
addFields
(self, **fields)
pyqtgraph/PlotData.py:27
Method
addFilter
Add a new filter and return the created parameter item.
pyqtgraph/widgets/DataFilterWidget.py:38
Function
addGradientListToDocstring
Decorator to add list of current pre-defined gradients to the end of a function docstring.
pyqtgraph/graphicsItems/GradientEditorItem.py:19
Method
addHandle
(self, info, index=None)
pyqtgraph/graphicsItems/ROI.py:2057
Method
addInputFromMenu
(self)
pyqtgraph/flowchart/Node.py:676
Method
addItem
(self, item)
pyqtgraph/opengl/GLViewWidget.py:74
Method
addLabel
Create a LabelItem with *text* and place it in the next available cell (or in the cell specified) All extra keyword arguments are pas
pyqtgraph/graphicsItems/GraphicsLayout.py:86
Method
addLayout
Create an empty GraphicsLayout and place it in the next available cell (or in the cell specified) All extra keyword arguments are pas
pyqtgraph/graphicsItems/GraphicsLayout.py:98
Method
addNew
(self, typ)
pyqtgraph/examples/parametertree.py:53
Method
addNew
(self, typ)
pyqtgraph/examples/relativity/relativity.py:199
Method
addNew
(self)
pyqtgraph/examples/relativity/relativity.py:268
Method
addNode
(self, node)
pyqtgraph/flowchart/Flowchart.py:697
Method
addOutputFromMenu
(self)
pyqtgraph/flowchart/Node.py:679
Method
addPlot
Create a PlotItem and place it in the next available cell (or in the cell specified) All extra keyword arguments are passed to :func:
pyqtgraph/graphicsItems/GraphicsLayout.py:66
Function
addReference
()
tests/test_stability.py:158
Method
addRotateFreeHandle
Add a new rotation+free handle to the ROI. When dragging a handle of this type, the user can rotate the ROI around an arbit
pyqtgraph/graphicsItems/ROI.py:589
Method
addRow
(self, vals)
pyqtgraph/widgets/TableWidget.py:233
Method
addTopLevelItems
(self, items)
pyqtgraph/widgets/TreeWidget.py:178
Method
addViewBox
Create a ViewBox and place it in the next available cell (or in the cell specified) All extra keyword arguments are passed to :func:`
pyqtgraph/graphicsItems/GraphicsLayout.py:76
Function
affineSlice
Take a slice of any orientation through an array. This is useful for extracting sections of multi-dimensional arrays such as MRI images for v
pyqtgraph/functions.py:818
Method
allChildren
Return a list of all children and grandchildren of this ViewBox
pyqtgraph/graphicsItems/ViewBox/ViewBox.py:1440
Function
allFrameObjs
Return list of frame objects in current stack. Useful if you want to ignore these objects in refernece searches
pyqtgraph/debug.py:1007
Method
apoptose
(self, propagate=True)
pyqtgraph/dockarea/Container.py:60
Function
appendConfigFile
(data, fname)
pyqtgraph/configfile.py:94
Method
appendData
(self, *args, **kwargs)
pyqtgraph/graphicsItems/PlotDataItem.py:1769
Method
applyGlobalTransform
(self, tr)
pyqtgraph/graphicsItems/ROI.py:1311
Method
arrangeNodes
(self)
pyqtgraph/flowchart/Flowchart.py:222
Function
arrayToQPolygonF
Utility function to convert two 1D-NumPy arrays representing curve data (X-axis, Y-axis data) into a single open polygon (QtGui.PolygonF) obj
pyqtgraph/functions.py:2188
Method
as2D
Return a QTransform representing the x,y portion of this transform (if possible)
pyqtgraph/SRTTransform3D.py:174
Method
autoBtnClicked
(self)
pyqtgraph/graphicsItems/PlotItem/PlotItem.py:570
Method
autoRange
(self)
pyqtgraph/graphicsItems/ViewBox/ViewBoxMenu.py:128
Method
avgParamListClicked
(self, item)
pyqtgraph/graphicsItems/PlotItem/PlotItem.py:499
Method
avgToggled
(self, b: bool)
pyqtgraph/graphicsItems/PlotItem/PlotItem.py:492
Function
b
(y=6)
tests/parametertree/test_Parameter.py:235
Method
bChanged
(self)
pyqtgraph/examples/parametertree.py:40
Function
besselFilter
return data passed through bessel filter
pyqtgraph/flowchart/library/functions.py:50
Method
blockIfUnchanged
(func)
pyqtgraph/widgets/ComboBox.py:81
Method
borderOff
(self)
pyqtgraph/widgets/FeedbackButton.py:112
Method
boundingRect
(self)
pyqtgraph/graphicsItems/LegendItem.py:365
Method
boundingRect
(self)
pyqtgraph/graphicsItems/BoxplotItem.py:220
Method
boundingRect
(self)
pyqtgraph/graphicsItems/TargetItem.py:208
Method
boundingRect
(self)
pyqtgraph/graphicsItems/BarGraphItem.py:284
Method
boundingRect
(self)
pyqtgraph/graphicsItems/PlotDataItem.py:689
Method
boundingRect
(self)
pyqtgraph/graphicsItems/ItemGroup.py:14
Method
boundingRect
(self)
pyqtgraph/graphicsItems/GradientEditorItem.py:873
Method
boundingRect
(self)
pyqtgraph/graphicsItems/ButtonItem.py:59
Method
boundingRect
(self)
pyqtgraph/graphicsItems/UIGraphicsItem.py:77
Method
boundingRect
(self)
pyqtgraph/graphicsItems/ErrorBarItem.py:153
Method
boundingRect
(self)
pyqtgraph/graphicsItems/IsocurveItem.py:81
Method
boundingRect
(self)
pyqtgraph/graphicsItems/CurvePoint.py:87
Method
boundingRect
(self)
pyqtgraph/graphicsItems/GraphItem.py:138
Method
boundingRect
(self)
pyqtgraph/graphicsItems/ScaleBar.py:57
Method
boundingRect
(self)
pyqtgraph/graphicsItems/ScatterPlotItem.py:900
Method
boundingRect
(self)
pyqtgraph/graphicsItems/ROI.py:1510
Method
boundingRect
(self)
pyqtgraph/graphicsItems/ROI.py:1720
Method
boundingRect
(self)
pyqtgraph/graphicsItems/ROI.py:2111
Method
boundingRect
(self)
pyqtgraph/graphicsItems/ROI.py:2195
Method
boundingRect
(self)
pyqtgraph/graphicsItems/ROI.py:2284
Method
boundingRect
(self)
pyqtgraph/graphicsItems/ROI.py:2335
Method
boundingRect
(self)
pyqtgraph/examples/customGraphicsItem.py:38
← previous
next →
2,501–2,600 of 4,033, ranked by callers