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
↓ 3 callers
Function
_rescale_and_lookup_float
(xp, image, levels, lut, *, forceApplyLut)
pyqtgraph/functions_qimage.py:87
↓ 3 callers
Method
_setProxyOptions
Change the behavior of this proxy. For all options, a value of None will cause the proxy to instead use the default behavior defined
pyqtgraph/multiprocess/remoteproxy.py:817
↓ 3 callers
Method
_setTextStyle
(self, style)
pyqtgraph/console/repl_widget.py:151
↓ 3 callers
Method
_setView
(self, v)
pyqtgraph/opengl/GLGraphicsItem.py:116
↓ 3 callers
Method
_showRegions
(self)
pyqtgraph/graphicsItems/HistogramLUTItem.py:452
↓ 3 callers
Method
_update
(self)
pyqtgraph/graphicsItems/GraphItem.py:78
↓ 3 callers
Method
_updatePalette
(self, palette: QtGui.QPalette)
pyqtgraph/parametertree/ParameterTree.py:135
↓ 3 callers
Method
_updateView
(self)
pyqtgraph/graphicsItems/GraphicsItem.py:396
↓ 3 callers
Method
accelLimits
(self)
pyqtgraph/examples/relativity/relativity.py:341
↓ 3 callers
Method
acceleration
(self, t=None)
pyqtgraph/examples/relativity/relativity.py:338
↓ 3 callers
Method
addChildren
(self, childs)
pyqtgraph/widgets/TreeWidget.py:303
↓ 3 callers
Method
addFreeHandle
Add a new free handle to the ROI. Dragging free handles has no effect on the position or shape of the ROI. ========
pyqtgraph/graphicsItems/ROI.py:484
↓ 3 callers
Method
addItems
(self, items)
pyqtgraph/widgets/ComboBox.py:184
↓ 3 callers
Method
addLegend
Add a new :class:`~pyqtgraph.LegendItem`. After the LegendItem is created, it is anchored in the internal :class:`
pyqtgraph/graphicsItems/PlotItem/PlotItem.py:783
↓ 3 callers
Method
addNode
Add an existing Node to this flowchart. See also: createNode()
pyqtgraph/flowchart/Flowchart.py:176
↓ 3 callers
Method
addNodeType
Register a new node type. If the type's name is already in use, an exception will be raised (unless override=True).
pyqtgraph/flowchart/NodeLibrary.py:26
↓ 3 callers
Method
addParameters
Adds one top-level :class:`Parameter <pyqtgraph.parametertree.Parameter>` to the view. ============== =============
pyqtgraph/parametertree/ParameterTree.py:50
↓ 3 callers
Method
addTempArea
(self)
pyqtgraph/dockarea/DockArea.py:167
↓ 3 callers
Method
addTick
Add a tick to the item. ============== ================================================================== **Argumen
pyqtgraph/graphicsItems/GradientEditorItem.py:143
↓ 3 callers
Method
addWidget
(self, w, name=None, scale=None)
pyqtgraph/WidgetGroup.py:156
↓ 3 callers
Function
add_bar
(lw, name, cm)
pyqtgraph/examples/colorMaps.py:36
↓ 3 callers
Function
add_heading
(lw, name)
pyqtgraph/examples/colorMapsLinearized.py:81
↓ 3 callers
Function
add_heading
(lw, name)
pyqtgraph/examples/colorMaps.py:30
↓ 3 callers
Method
applySearchHighlight
(self, text)
pyqtgraph/examples/ExampleApp.py:270
↓ 3 callers
Method
applyTransform
Multiply this object's transform by *tr*. If local is True, then *tr* is multiplied on the right of the current transform::
pyqtgraph/opengl/GLGraphicsItem.py:157
↓ 3 callers
Method
autoLevels
Set the min/max intensity levels automatically to match the image data.
pyqtgraph/imageview/ImageView.py:471
↓ 3 callers
Method
autoProxy
(self, obj, noProxyTypes)
pyqtgraph/multiprocess/remoteproxy.py:611
↓ 3 callers
Method
blockTreeChangeSignal
Used to temporarily block and accumulate tree change signals. *You must remember to unblock*, so it is advisable to use treeChangeBlo
pyqtgraph/parametertree/Parameter.py:829
↓ 3 callers
Method
boundingRect
(self)
pyqtgraph/graphicsItems/InfiniteLine.py:334
↓ 3 callers
Method
boundingRect
(self)
pyqtgraph/flowchart/Node.py:592
↓ 3 callers
Method
clear
(self)
pyqtgraph/console/stackwidget.py:20
↓ 3 callers
Method
clear
(self)
pyqtgraph/graphicsItems/ScatterPlotItem.py:204
↓ 3 callers
Method
clear
Remove all items from the PlotItem's :class:`~pyqtgraph.ViewBox`.
pyqtgraph/graphicsItems/PlotItem/PlotItem.py:725
↓ 3 callers
Method
clearSelection
(self)
pyqtgraph/flowchart/Flowchart.py:748
↓ 3 callers
Method
close
(self)
pyqtgraph/widgets/RemoteGraphicsView.py:269
↓ 3 callers
Method
color
(self)
pyqtgraph/debug.py:1270
↓ 3 callers
Function
connect_viewbox_redraw
(vb, request_draw)
pyqtgraph/jupyter/GraphicsView.py:112
↓ 3 callers
Method
contextMenuEnabled
(self)
pyqtgraph/graphicsItems/ROI.py:769
↓ 3 callers
Function
create_qpolygonf
(size)
pyqtgraph/functions.py:2179
↓ 3 callers
Method
currentModelView
(self)
pyqtgraph/opengl/GLViewWidget.py:183
↓ 3 callers
Method
cylinder
Return a MeshData instance with vertexes and faces computed for a cylindrical surface. The cylinder may be tapered with diffe
pyqtgraph/opengl/MeshData.py:486
↓ 3 callers
Function
dataType
(obj)
pyqtgraph/graphicsItems/PlotDataItem.py:1849
↓ 3 callers
Method
dependentNodes
Return the list of nodes which provide direct input to this node
pyqtgraph/flowchart/Node.py:212
↓ 3 callers
Method
devicePixelRatio
(self)
pyqtgraph/graphicsItems/ScatterPlotItem.py:175
↓ 3 callers
Method
disable
(self)
pyqtgraph/graphicsItems/ButtonItem.py:45
↓ 3 callers
Method
disconnect
(self, *args, **kwargs)
tests/graphicsItems/test_AxisItem.py:59
↓ 3 callers
Method
editingFinishedEvent
Edit has finished; set value.
pyqtgraph/widgets/SpinBox.py:601
↓ 3 callers
Method
emitTreeChanges
(self)
pyqtgraph/parametertree/Parameter.py:860
↓ 3 callers
Method
enableMouse
(self, b=True)
pyqtgraph/widgets/GraphicsView.py:192
↓ 3 callers
Method
exceptionHandler
(self, excInfo, lastFrame=None)
pyqtgraph/console/exception_widget.py:156
↓ 3 callers
Method
export
(self, fileName=None)
pyqtgraph/exporters/Matplotlib.py:82
↓ 3 callers
Method
export
If *fileName* is None, pop-up a file dialog. If *toBytes* is True, return a bytes object rather than writing to file. If *cop
pyqtgraph/exporters/Exporter.py:37
↓ 3 callers
Method
export
(self, fileName=None, toBytes=False, copy=False)
pyqtgraph/exporters/SVGExporter.py:79
↓ 3 callers
Method
failure
Displays specified message on button and flashes button red to let user know there was an error. If you want the error to be displayed until the user
pyqtgraph/widgets/FeedbackButton.py:54
↓ 3 callers
Function
fromSecsSinceEpoch
(timestamp: float | int)
pyqtgraph/graphicsItems/DateAxisItem.py:238
↓ 3 callers
Method
getBrush
Returns a QBrush painting with the color map applied over the selected span of plot values. When the mapping mode is set to `ColorMap
pyqtgraph/colormap.py:665
↓ 3 callers
Method
getByIndex
Retrieve a QColor by the index of the stop it is assigned to.
pyqtgraph/colormap.py:623
↓ 3 callers
Method
getGradient
Return a QLinearGradient object.
pyqtgraph/graphicsItems/GradientEditorItem.py:610
↓ 3 callers
Method
getHistogram
Generate arrays containing the histogram values. Similar to :func:`numpy.histogram` Parameters ---------- b
pyqtgraph/graphicsItems/ImageItem.py:910
↓ 3 callers
Method
getOpts
(self)
pyqtgraph/parametertree/interactive.py:630
↓ 3 callers
Method
getPlot
(self)
pyqtgraph/flowchart/library/Display.py:43
↓ 3 callers
Method
getScene
(self)
pyqtgraph/exporters/Exporter.py:80
↓ 3 callers
Method
getShaderProgram
()
pyqtgraph/opengl/items/GLImageItem.py:88
↓ 3 callers
Method
getTick
Return the Tick object at the specified index. ============== ==================================================================
pyqtgraph/graphicsItems/GradientEditorItem.py:353
↓ 3 callers
Function
getViewLengthInPxForZoomLevel
(level, valuesRange)
tests/graphicsItems/test_DateAxisItem.py:53
↓ 3 callers
Method
hasFaceIndexedData
Return True if this object already has vertex positions indexed by face
pyqtgraph/opengl/MeshData.py:157
↓ 3 callers
Method
hide
Hide this parameter. It and its children will no longer be visible in any ParameterTree widgets it is connected to.
pyqtgraph/parametertree/Parameter.py:802
↓ 3 callers
Method
hideTitleBar
Hide the title bar for this Dock. This will prevent the Dock being moved by the user.
pyqtgraph/dockarea/Dock.py:105
↓ 3 callers
Method
hoverEvent
(self, ev)
pyqtgraph/graphicsItems/ROI.py:728
↓ 3 callers
Method
hypTStep
(dt, v0, x0, tau0, g)
pyqtgraph/examples/relativity/relativity.py:416
↓ 3 callers
Function
indent
(s, pfx)
tests/image_testing.py:471
↓ 3 callers
Function
init_viewbox
Helper function to init the ViewBox
tests/graphicsItems/ViewBox/test_ViewBox.py:16
↓ 3 callers
Method
inputChanged
Called whenever there is a change to the input value to this terminal. It may often be useful to override this function.
pyqtgraph/flowchart/Terminal.py:110
↓ 3 callers
Method
internalTerminal
If the terminal belongs to the external Node, return the corresponding internal terminal
pyqtgraph/flowchart/Flowchart.py:225
↓ 3 callers
Method
isMultiable
(self)
pyqtgraph/flowchart/Terminal.py:156
↓ 3 callers
Function
isNodeClass
(cls)
pyqtgraph/flowchart/NodeLibrary.py:6
↓ 3 callers
Method
isRenamable
(self)
pyqtgraph/flowchart/Terminal.py:150
↓ 3 callers
Method
itemRect
(self)
pyqtgraph/graphicsItems/LabelItem.py:136
↓ 3 callers
Method
itemsChanged
(self)
pyqtgraph/widgets/ComboBox.py:129
↓ 3 callers
Method
itemsNearEvent
Return an iterator that iterates first through the items that directly intersect point (in Z order) followed by any other items that
pyqtgraph/GraphicsScene/GraphicsScene.py:401
↓ 3 callers
Method
jumpFrames
Move video frame ahead n frames (may be negative)
pyqtgraph/imageview/ImageView.py:597
↓ 3 callers
Method
labelTextSize
Get the `labelTextSize` used for the item labels.
pyqtgraph/graphicsItems/LegendItem.py:179
↓ 3 callers
Method
linearize
Adjusts the positions assigned to color stops to approximately equalize the perceived color difference for a fixed step.
pyqtgraph/colormap.py:457
↓ 3 callers
Method
linkView
Link X or Y axes of two views and unlink any previously connected axes. *axis* must be ViewBox.XAxis or ViewBox.YAxis. If view is Non
pyqtgraph/graphicsItems/ViewBox/ViewBox.py:1015
↓ 3 callers
Method
linkedViewChanged
(self, view, axis)
pyqtgraph/graphicsItems/ViewBox/ViewBox.py:1088
↓ 3 callers
Method
listAllItems
(self, item=None)
pyqtgraph/widgets/TreeWidget.py:131
↓ 3 callers
Method
loadPreset
(self, param, preset)
pyqtgraph/examples/relativity/relativity.py:178
↓ 3 callers
Method
makeDefaultButton
(self)
pyqtgraph/parametertree/parameterTypes/basetypes.py:118
↓ 3 callers
Method
mapFromDevice
Return *obj* mapped from device coordinates (pixels) to local coordinates. If there is no device mapping available, return None.
pyqtgraph/graphicsItems/GraphicsItem.py:318
↓ 3 callers
Method
modelViewMatrix
(self)
pyqtgraph/opengl/GLGraphicsItem.py:313
↓ 3 callers
Function
mouseClick
(widget, pos: QtCore.QPointF, button, modifier=None)
tests/ui_testing.py:91
↓ 3 callers
Method
mouseClickEvent
(self, ev)
pyqtgraph/graphicsItems/ROI.py:801
↓ 3 callers
Method
mouseDragEvent
(self, ev)
pyqtgraph/graphicsItems/ROI.py:798
↓ 3 callers
Method
multiDataPlot
Allow plotting multiple curves on the same plot in one call. Parameters ---------- x, y : array_like Can
pyqtgraph/graphicsItems/PlotItem/PlotItem.py:836
↓ 3 callers
Method
nextColumn
Advance to next available column (generally only for internal use--called by addItem)
pyqtgraph/graphicsItems/GraphicsLayout.py:55
↓ 3 callers
Method
normalize
Process *image* using the normalization options configured in the control panel. This can be repurposed to process a
pyqtgraph/imageview/ImageView.py:758
↓ 3 callers
Function
objString
Return a short but descriptive string for any object
pyqtgraph/debug.py:266
↓ 3 callers
Method
pan
Moves the center (look-at) position while holding the camera in place. ============== ====================================
pyqtgraph/opengl/GLViewWidget.py:353
↓ 3 callers
Method
parameters
(self)
pyqtgraph/exporters/ImageExporter.py:76
↓ 3 callers
Method
parameters
(self)
pyqtgraph/exporters/HDF5Exporter.py:30
← previous
next →
601–700 of 4,033, ranked by callers