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
↓ 12 callers
Method
setYRange
(self, r, padding=0.05)
pyqtgraph/widgets/GraphicsView.py:306
↓ 12 callers
Method
title
Gets the text displayed in the title bar for this dock.
pyqtgraph/dockarea/Dock.py:124
↓ 12 callers
Method
update
(self)
pyqtgraph/examples/utils.py:153
↓ 12 callers
Method
viewRect
Return a QRectF bounding the region visible within the ViewBox
pyqtgraph/graphicsItems/ViewBox/ViewBox.py:487
↓ 11 callers
Method
copy
(self)
pyqtgraph/Point.py:156
↓ 11 callers
Method
diff
Compute all differences between the current object set and the reference set. Print a set of reports for created, deleted, and persis
pyqtgraph/debug.py:728
↓ 11 callers
Method
disconnect
Simulates disconnecting the runnable by turning ``runFrom*`` functions into no-ops
pyqtgraph/parametertree/interactive.py:171
↓ 11 callers
Method
emitStateChanged
(self, changeDesc, data)
pyqtgraph/parametertree/Parameter.py:551
↓ 11 callers
Function
getCupy
()
pyqtgraph/util/cupy_helper.py:7
↓ 11 callers
Method
getHandles
Return a list of this ROI's Handles.
pyqtgraph/graphicsItems/ROI.py:709
↓ 11 callers
Method
isStart
Returns True if this event is the first since a drag was initiated.
pyqtgraph/GraphicsScene/mouseEvents.py:128
↓ 11 callers
Method
linkedView
Return the ViewBox linked to this axis. Returns ------- ViewBox The linked ViewBox, or ``None`` if there
pyqtgraph/graphicsItems/AxisItem.py:867
↓ 11 callers
Function
mouseMove
(widget, pos: QtCore.QPointF, buttons=None, modifier=None)
tests/ui_testing.py:65
↓ 11 callers
Method
pixelVectors
Return vectors in local coordinates representing the width and height of a view pixel. If direction is specified, then return vectors parallel
pyqtgraph/graphicsItems/GraphicsItem.py:181
↓ 11 callers
Method
register
Used to register Exporter classes to appear in the export dialog.
pyqtgraph/exporters/Exporter.py:19
↓ 11 callers
Method
setData
Set the data displayed in the table. Allowed formats are: * numpy arrays * numpy record arrays * list-o
pyqtgraph/widgets/TableWidget.py:91
↓ 11 callers
Method
setGLOptions
Set the OpenGL state options to use immediately before drawing this item. (Note that subclasses must call setupGLState before paintin
pyqtgraph/opengl/GLGraphicsItem.py:62
↓ 11 callers
Method
setMouseEnabled
Set whether each axis is enabled for mouse interaction. *x*, *y* arguments must be True or False. This allows the user to pan/scale o
pyqtgraph/graphicsItems/ViewBox/ViewBox.py:393
↓ 11 callers
Method
setRect
Set view rectangle for the :class:`~pyqtgraph.ImageItem` to occupy. In addition to accepting a :class:`QRectF`, you can pass the num
pyqtgraph/graphicsItems/ImageItem.py:457
↓ 11 callers
Method
setRegion
Set the values for the edges of the region. ============== ============================================== **Arguments:**
pyqtgraph/graphicsItems/LinearRegionItem.py:147
↓ 11 callers
Method
shape
(self)
pyqtgraph/graphicsItems/ROI.py:1499
↓ 11 callers
Method
value
(self)
pyqtgraph/parametertree/parameterTypes/color.py:25
↓ 11 callers
Method
viewRange
Return a the view's visible range as a list: [[xmin, xmax], [ymin, ymax]]
pyqtgraph/graphicsItems/ViewBox/ViewBox.py:483
↓ 10 callers
Method
angle
Return the angle of the ROI in degrees.
pyqtgraph/graphicsItems/ROI.py:263
↓ 10 callers
Method
close
(self)
pyqtgraph/widgets/PlotWidget.py:72
↓ 10 callers
Method
copy
(self)
pyqtgraph/parametertree/SystemSolver.py:83
↓ 10 callers
Method
deviceTransform_
Return the transform that converts local item coordinates to device coordinates (usually pixels).
pyqtgraph/graphicsItems/GraphicsItem.py:117
↓ 10 callers
Method
getData
(self)
pyqtgraph/graphicsItems/BarGraphItem.py:266
↓ 10 callers
Function
getPreferredOffsetFromUtc
Retrieve the utc offset respecting the daylight saving time
pyqtgraph/graphicsItems/DateAxisItem.py:249
↓ 10 callers
Method
getViewWidget
Return the view widget for this item. If the scene has multiple views, only the first view is returned. The return
pyqtgraph/graphicsItems/GraphicsItem.py:62
↓ 10 callers
Method
hideAxis
Hide an axis. Parameters ---------- axis : {'left', 'bottom', 'right', 'top'} The axis to hide.
pyqtgraph/graphicsItems/PlotItem/PlotItem.py:1522
↓ 10 callers
Function
mouseDrag
(widget, pos1: QtCore.QPointF, pos2: QtCore.QPointF, button, modifier=None)
tests/ui_testing.py:84
↓ 10 callers
Method
setParentItem
Set this item's parent in the scenegraph hierarchy.
pyqtgraph/opengl/GLGraphicsItem.py:46
↓ 10 callers
Method
setRange
Set the range of values displayed by the axis. Usually this is handled automatically by linking the axis to a ViewBox with :
pyqtgraph/graphicsItems/AxisItem.py:837
↓ 10 callers
Method
setTitle
Set the title of the plot. Parameters ---------- title : str, optional The title text. If ``None``, the
pyqtgraph/graphicsItems/PlotItem/PlotItem.py:1482
↓ 10 callers
Method
updateMatrix
(self, changed=None)
pyqtgraph/graphicsItems/ViewBox/ViewBox.py:1705
↓ 10 callers
Method
updateSpots
(self, dataSet=None)
pyqtgraph/graphicsItems/ScatterPlotItem.py:773
↓ 9 callers
Method
__init__
(self, *args, **kwds)
pyqtgraph/widgets/RemoteGraphicsView.py:253
↓ 9 callers
Method
addPoints
Add new points to the scatter plot. Arguments are the same as setData()
pyqtgraph/graphicsItems/ScatterPlotItem.py:473
↓ 9 callers
Method
addScaleRotateHandle
Add a new scale+rotation handle to the ROI. When dragging a handle of this type, the user can simultaneously rotate the ROI around a
pyqtgraph/graphicsItems/ROI.py:561
↓ 9 callers
Function
add_origin_text
(view_widget, pos, alignment, text)
pyqtgraph/examples/GLTextItem.py:30
↓ 9 callers
Function
assert_widget_fields
(mplw, parent, figsize, dpi)
tests/widgets/test_matplotlibwidget.py:38
↓ 9 callers
Method
close
(self, callSync='off', noCleanup=False, **kwds)
pyqtgraph/multiprocess/remoteproxy.py:483
↓ 9 callers
Method
connectTerminals
Connect two terminals together within this flowchart.
pyqtgraph/flowchart/Flowchart.py:235
↓ 9 callers
Method
disableAutoRange
Disables auto-range. (See enableAutoRange)
pyqtgraph/graphicsItems/ViewBox/ViewBox.py:895
↓ 9 callers
Method
getData
Get a representation of the data displayed on screen. Returns ------- xData : np.ndarray or None The x-a
pyqtgraph/graphicsItems/PlotDataItem.py:1660
↓ 9 callers
Method
getRegion
Return the values at the edges of the region.
pyqtgraph/graphicsItems/LinearRegionItem.py:138
↓ 9 callers
Method
hasValue
Return True if this Parameter has a value set.
pyqtgraph/parametertree/Parameter.py:327
↓ 9 callers
Method
inputs
Return dict of all input terminals. Warning: do not modify.
pyqtgraph/flowchart/Node.py:162
↓ 9 callers
Method
invertY
By default, the positive y-axis points upward on the screen. Use invertY(True) to reverse the y-axis.
pyqtgraph/graphicsItems/ViewBox/ViewBox.py:1171
↓ 9 callers
Method
isInput
(self)
pyqtgraph/flowchart/Terminal.py:132
↓ 9 callers
Method
mapToView
Maps from the local coordinates of the ViewBox to the coordinate system displayed inside the ViewBox
pyqtgraph/graphicsItems/ViewBox/ViewBox.py:1243
↓ 9 callers
Method
mapToView
(self, point)
pyqtgraph/opengl/GLGraphicsItem.py:301
↓ 9 callers
Method
maximum
(self)
pyqtgraph/widgets/ProgressDialog.py:234
↓ 9 callers
Method
saveState
Return a dictionary representing the current state of this node (excluding input / output values). This is used for saving/reloading f
pyqtgraph/flowchart/Node.py:358
↓ 9 callers
Method
setAngle
Set the ROI's rotation angle. =============== ==========================================================================
pyqtgraph/graphicsItems/ROI.py:342
↓ 9 callers
Method
setDefault
Set the default value for this parameter. If updatePristineValues is True, then any values that haven't been modified since the last time they
pyqtgraph/parametertree/Parameter.py:460
↓ 9 callers
Method
setExpanded
(self, exp)
pyqtgraph/widgets/TreeWidget.py:261
↓ 9 callers
Method
setLevels
Set the min/max (bright and dark) levels. See :func:`HistogramLUTItem.setLevels <pyqtgraph.HistogramLUTItem.setLevels>`.
pyqtgraph/imageview/ImageView.py:475
↓ 9 callers
Method
setState
Set the state of the ROI from a structure generated by saveState() or getState().
pyqtgraph/graphicsItems/ROI.py:224
↓ 9 callers
Method
setValue
If this is a single-value terminal, val should be a single value. If this is a multi-value terminal, val should be a dict of terminal:value pa
pyqtgraph/flowchart/Terminal.py:66
↓ 9 callers
Method
setupGLState
This method is responsible for preparing the GL state options needed to render this item (blending, depth testing, etc). The method
pyqtgraph/opengl/GLGraphicsItem.py:254
↓ 9 callers
Method
showAxis
Show or hide an axis. Parameters ---------- axis : {'left', 'bottom', 'right', 'top'} The axis to show o
pyqtgraph/graphicsItems/PlotItem/PlotItem.py:1505
↓ 9 callers
Method
title
Return the title of this Parameter. By default, the title is the same as the name unless it has been explicitly specified oth
pyqtgraph/parametertree/Parameter.py:247
↓ 9 callers
Method
value
If items were given as a list of strings, then return the currently selected text. If items were given as a dict, then return the va
pyqtgraph/widgets/ComboBox.py:57
↓ 9 callers
Method
vertexes
Return an array (N,3) of the positions of vertexes in the mesh. By default, each unique vertex appears only once in the array. If ind
pyqtgraph/opengl/MeshData.py:113
↓ 8 callers
Method
__init__
(self, **params)
pyqtgraph/examples/optics/pyoptic.py:469
↓ 8 callers
Method
addChild
(self, child)
pyqtgraph/widgets/TreeWidget.py:299
↓ 8 callers
Method
addHandle
(self, info, index=None)
pyqtgraph/graphicsItems/ROI.py:615
↓ 8 callers
Method
boundingRect
(self)
pyqtgraph/examples/GraphicsScene.py:17
↓ 8 callers
Method
createNode
Create a new Node and add it to this flowchart.
pyqtgraph/flowchart/Flowchart.py:161
↓ 8 callers
Method
getData
(self)
pyqtgraph/graphicsItems/PlotCurveItem.py:327
↓ 8 callers
Method
getSourceRect
(self)
pyqtgraph/exporters/Exporter.py:86
↓ 8 callers
Method
inverted
(self)
pyqtgraph/Transform3D.py:53
↓ 8 callers
Method
invisibleRootItem
(self)
pyqtgraph/widgets/TreeWidget.py:214
↓ 8 callers
Method
labelString
Generate the label string based on current label, units, and prefix. Returns ------- str The complete la
pyqtgraph/graphicsItems/AxisItem.py:536
↓ 8 callers
Method
listTicks
Return a sorted list of all the Tick objects on the slider.
pyqtgraph/graphicsItems/GradientEditorItem.py:370
↓ 8 callers
Method
map
map(data, mode=ColorMap.BYTE) Returns an array of colors corresponding to a single value or an array of values. Data must be
pyqtgraph/colormap.py:546
↓ 8 callers
Method
queueUpdateAutoRange
(self)
pyqtgraph/graphicsItems/ViewBox/ViewBox.py:928
↓ 8 callers
Function
randItem
(items)
tests/test_stability.py:98
↓ 8 callers
Method
recomputeAverages
(self)
pyqtgraph/graphicsItems/PlotItem/PlotItem.py:504
↓ 8 callers
Method
removeItem
Remove an item from the plot. Parameters ---------- item : GraphicsItem The item to remove.
pyqtgraph/graphicsItems/PlotItem/PlotItem.py:700
↓ 8 callers
Method
restoreState
Restore the state of this node from a structure previously generated by saveState().
pyqtgraph/flowchart/Node.py:375
↓ 8 callers
Method
set
Set a variable *name* to *value*. The actual set value is returned (in some cases, the value may be cast into another type).
pyqtgraph/parametertree/SystemSolver.py:153
↓ 8 callers
Method
setAlpha
Set the opacity of the item to the value passed in. Parameters ---------- alpha : float Value passed to
pyqtgraph/graphicsItems/PlotDataItem.py:700
↓ 8 callers
Method
setBackground
Set the background color of the GraphicsView. To use the defaults specified py pyqtgraph.setConfigOption, use background='default'.
pyqtgraph/widgets/GraphicsView.py:124
↓ 8 callers
Method
setLogMode
Set log scaling for x and / or y axes. If two positional arguments are provided, the first will set log scaling for the x ax
pyqtgraph/graphicsItems/AxisItem.py:323
↓ 8 callers
Method
setLookupTable
Set lookup table `lut` to use for false color display of a monochrome image. Ordinarily, this table is supplied by a :class:`~pyqtgr
pyqtgraph/graphicsItems/ImageItem.py:268
↓ 8 callers
Method
setPen
(self, *args, **kwargs)
pyqtgraph/flowchart/Node.py:545
↓ 8 callers
Method
setValue
Set the position of the line. If line is horizontal or vertical, v can be a single value. Otherwise, a 2D coordinate must be specified (list,
pyqtgraph/graphicsItems/InfiniteLine.py:277
↓ 8 callers
Method
stateChanged
Process changes to the state of the ROI. If there are any changes, then the positions of handles are updated accordingly and sigRegion
pyqtgraph/graphicsItems/ROI.py:1010
↓ 8 callers
Method
type
Return the type string for this Parameter.
pyqtgraph/parametertree/Parameter.py:276
↓ 8 callers
Method
update
(self)
pyqtgraph/SRTTransform.py:155
↓ 8 callers
Method
update
(self)
pyqtgraph/examples/verlet_chain/chain.py:70
↓ 8 callers
Method
value
Return the value of this Parameter. Raises ValueError if no value has been set.
pyqtgraph/parametertree/Parameter.py:331
↓ 8 callers
Method
viewRect
Return the boundaries of the view in scene coordinates
pyqtgraph/widgets/GraphicsView.py:225
↓ 7 callers
Method
__init__
(self, x0=0.0, y0=0.0, m0=1.0, v0=0.0, t0=0.0, color=None, prog=None, size=0.5)
pyqtgraph/examples/relativity/relativity.py:289
↓ 7 callers
Method
__init__
(self, area)
pyqtgraph/dockarea/Container.py:12
↓ 7 callers
Method
__init__
(self, name)
pyqtgraph/flowchart/library/Operators.py:72
↓ 7 callers
Method
addChild
Add another parameter to the end of this parameter's child list. See insertChild() for a description of the *autoIncrementNa
pyqtgraph/parametertree/Parameter.py:607
← previous
next →
201–300 of 4,033, ranked by callers