MCPcopy Create free account

hub / github.com/pyqtgraph/pyqtgraph / functions

Functions4,033 in github.com/pyqtgraph/pyqtgraph

↓ 3 callersFunction_rescale_and_lookup_float
(xp, image, levels, lut, *, forceApplyLut)
pyqtgraph/functions_qimage.py:87
↓ 3 callersMethod_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 callersMethod_setTextStyle
(self, style)
pyqtgraph/console/repl_widget.py:151
↓ 3 callersMethod_setView
(self, v)
pyqtgraph/opengl/GLGraphicsItem.py:116
↓ 3 callersMethod_showRegions
(self)
pyqtgraph/graphicsItems/HistogramLUTItem.py:452
↓ 3 callersMethod_update
(self)
pyqtgraph/graphicsItems/GraphItem.py:78
↓ 3 callersMethod_updatePalette
(self, palette: QtGui.QPalette)
pyqtgraph/parametertree/ParameterTree.py:135
↓ 3 callersMethod_updateView
(self)
pyqtgraph/graphicsItems/GraphicsItem.py:396
↓ 3 callersMethodaccelLimits
(self)
pyqtgraph/examples/relativity/relativity.py:341
↓ 3 callersMethodacceleration
(self, t=None)
pyqtgraph/examples/relativity/relativity.py:338
↓ 3 callersMethodaddChildren
(self, childs)
pyqtgraph/widgets/TreeWidget.py:303
↓ 3 callersMethodaddFreeHandle
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 callersMethodaddItems
(self, items)
pyqtgraph/widgets/ComboBox.py:184
↓ 3 callersMethodaddLegend
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 callersMethodaddNode
Add an existing Node to this flowchart. See also: createNode()
pyqtgraph/flowchart/Flowchart.py:176
↓ 3 callersMethodaddNodeType
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 callersMethodaddParameters
Adds one top-level :class:`Parameter <pyqtgraph.parametertree.Parameter>` to the view. ============== =============
pyqtgraph/parametertree/ParameterTree.py:50
↓ 3 callersMethodaddTempArea
(self)
pyqtgraph/dockarea/DockArea.py:167
↓ 3 callersMethodaddTick
Add a tick to the item. ============== ================================================================== **Argumen
pyqtgraph/graphicsItems/GradientEditorItem.py:143
↓ 3 callersMethodaddWidget
(self, w, name=None, scale=None)
pyqtgraph/WidgetGroup.py:156
↓ 3 callersFunctionadd_bar
(lw, name, cm)
pyqtgraph/examples/colorMaps.py:36
↓ 3 callersFunctionadd_heading
(lw, name)
pyqtgraph/examples/colorMapsLinearized.py:81
↓ 3 callersFunctionadd_heading
(lw, name)
pyqtgraph/examples/colorMaps.py:30
↓ 3 callersMethodapplySearchHighlight
(self, text)
pyqtgraph/examples/ExampleApp.py:270
↓ 3 callersMethodapplyTransform
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 callersMethodautoLevels
Set the min/max intensity levels automatically to match the image data.
pyqtgraph/imageview/ImageView.py:471
↓ 3 callersMethodautoProxy
(self, obj, noProxyTypes)
pyqtgraph/multiprocess/remoteproxy.py:611
↓ 3 callersMethodblockTreeChangeSignal
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 callersMethodboundingRect
(self)
pyqtgraph/graphicsItems/InfiniteLine.py:334
↓ 3 callersMethodboundingRect
(self)
pyqtgraph/flowchart/Node.py:592
↓ 3 callersMethodclear
(self)
pyqtgraph/console/stackwidget.py:20
↓ 3 callersMethodclear
(self)
pyqtgraph/graphicsItems/ScatterPlotItem.py:204
↓ 3 callersMethodclear
Remove all items from the PlotItem's :class:`~pyqtgraph.ViewBox`.
pyqtgraph/graphicsItems/PlotItem/PlotItem.py:725
↓ 3 callersMethodclearSelection
(self)
pyqtgraph/flowchart/Flowchart.py:748
↓ 3 callersMethodclose
(self)
pyqtgraph/widgets/RemoteGraphicsView.py:269
↓ 3 callersMethodcolor
(self)
pyqtgraph/debug.py:1270
↓ 3 callersFunctionconnect_viewbox_redraw
(vb, request_draw)
pyqtgraph/jupyter/GraphicsView.py:112
↓ 3 callersMethodcontextMenuEnabled
(self)
pyqtgraph/graphicsItems/ROI.py:769
↓ 3 callersFunctioncreate_qpolygonf
(size)
pyqtgraph/functions.py:2179
↓ 3 callersMethodcurrentModelView
(self)
pyqtgraph/opengl/GLViewWidget.py:183
↓ 3 callersMethodcylinder
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 callersFunctiondataType
(obj)
pyqtgraph/graphicsItems/PlotDataItem.py:1849
↓ 3 callersMethoddependentNodes
Return the list of nodes which provide direct input to this node
pyqtgraph/flowchart/Node.py:212
↓ 3 callersMethoddevicePixelRatio
(self)
pyqtgraph/graphicsItems/ScatterPlotItem.py:175
↓ 3 callersMethoddisable
(self)
pyqtgraph/graphicsItems/ButtonItem.py:45
↓ 3 callersMethoddisconnect
(self, *args, **kwargs)
tests/graphicsItems/test_AxisItem.py:59
↓ 3 callersMethodeditingFinishedEvent
Edit has finished; set value.
pyqtgraph/widgets/SpinBox.py:601
↓ 3 callersMethodemitTreeChanges
(self)
pyqtgraph/parametertree/Parameter.py:860
↓ 3 callersMethodenableMouse
(self, b=True)
pyqtgraph/widgets/GraphicsView.py:192
↓ 3 callersMethodexceptionHandler
(self, excInfo, lastFrame=None)
pyqtgraph/console/exception_widget.py:156
↓ 3 callersMethodexport
(self, fileName=None)
pyqtgraph/exporters/Matplotlib.py:82
↓ 3 callersMethodexport
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 callersMethodexport
(self, fileName=None, toBytes=False, copy=False)
pyqtgraph/exporters/SVGExporter.py:79
↓ 3 callersMethodfailure
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 callersFunctionfromSecsSinceEpoch
(timestamp: float | int)
pyqtgraph/graphicsItems/DateAxisItem.py:238
↓ 3 callersMethodgetBrush
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 callersMethodgetByIndex
Retrieve a QColor by the index of the stop it is assigned to.
pyqtgraph/colormap.py:623
↓ 3 callersMethodgetGradient
Return a QLinearGradient object.
pyqtgraph/graphicsItems/GradientEditorItem.py:610
↓ 3 callersMethodgetHistogram
Generate arrays containing the histogram values. Similar to :func:`numpy.histogram` Parameters ---------- b
pyqtgraph/graphicsItems/ImageItem.py:910
↓ 3 callersMethodgetOpts
(self)
pyqtgraph/parametertree/interactive.py:630
↓ 3 callersMethodgetPlot
(self)
pyqtgraph/flowchart/library/Display.py:43
↓ 3 callersMethodgetScene
(self)
pyqtgraph/exporters/Exporter.py:80
↓ 3 callersMethodgetShaderProgram
()
pyqtgraph/opengl/items/GLImageItem.py:88
↓ 3 callersMethodgetTick
Return the Tick object at the specified index. ============== ==================================================================
pyqtgraph/graphicsItems/GradientEditorItem.py:353
↓ 3 callersFunctiongetViewLengthInPxForZoomLevel
(level, valuesRange)
tests/graphicsItems/test_DateAxisItem.py:53
↓ 3 callersMethodhasFaceIndexedData
Return True if this object already has vertex positions indexed by face
pyqtgraph/opengl/MeshData.py:157
↓ 3 callersMethodhide
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 callersMethodhideTitleBar
Hide the title bar for this Dock. This will prevent the Dock being moved by the user.
pyqtgraph/dockarea/Dock.py:105
↓ 3 callersMethodhoverEvent
(self, ev)
pyqtgraph/graphicsItems/ROI.py:728
↓ 3 callersMethodhypTStep
(dt, v0, x0, tau0, g)
pyqtgraph/examples/relativity/relativity.py:416
↓ 3 callersFunctionindent
(s, pfx)
tests/image_testing.py:471
↓ 3 callersFunctioninit_viewbox
Helper function to init the ViewBox
tests/graphicsItems/ViewBox/test_ViewBox.py:16
↓ 3 callersMethodinputChanged
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 callersMethodinternalTerminal
If the terminal belongs to the external Node, return the corresponding internal terminal
pyqtgraph/flowchart/Flowchart.py:225
↓ 3 callersMethodisMultiable
(self)
pyqtgraph/flowchart/Terminal.py:156
↓ 3 callersFunctionisNodeClass
(cls)
pyqtgraph/flowchart/NodeLibrary.py:6
↓ 3 callersMethodisRenamable
(self)
pyqtgraph/flowchart/Terminal.py:150
↓ 3 callersMethoditemRect
(self)
pyqtgraph/graphicsItems/LabelItem.py:136
↓ 3 callersMethoditemsChanged
(self)
pyqtgraph/widgets/ComboBox.py:129
↓ 3 callersMethoditemsNearEvent
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 callersMethodjumpFrames
Move video frame ahead n frames (may be negative)
pyqtgraph/imageview/ImageView.py:597
↓ 3 callersMethodlabelTextSize
Get the `labelTextSize` used for the item labels.
pyqtgraph/graphicsItems/LegendItem.py:179
↓ 3 callersMethodlinearize
Adjusts the positions assigned to color stops to approximately equalize the perceived color difference for a fixed step.
pyqtgraph/colormap.py:457
↓ 3 callersMethodlinkView
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 callersMethodlinkedViewChanged
(self, view, axis)
pyqtgraph/graphicsItems/ViewBox/ViewBox.py:1088
↓ 3 callersMethodlistAllItems
(self, item=None)
pyqtgraph/widgets/TreeWidget.py:131
↓ 3 callersMethodloadPreset
(self, param, preset)
pyqtgraph/examples/relativity/relativity.py:178
↓ 3 callersMethodmakeDefaultButton
(self)
pyqtgraph/parametertree/parameterTypes/basetypes.py:118
↓ 3 callersMethodmapFromDevice
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 callersMethodmodelViewMatrix
(self)
pyqtgraph/opengl/GLGraphicsItem.py:313
↓ 3 callersFunctionmouseClick
(widget, pos: QtCore.QPointF, button, modifier=None)
tests/ui_testing.py:91
↓ 3 callersMethodmouseClickEvent
(self, ev)
pyqtgraph/graphicsItems/ROI.py:801
↓ 3 callersMethodmouseDragEvent
(self, ev)
pyqtgraph/graphicsItems/ROI.py:798
↓ 3 callersMethodmultiDataPlot
Allow plotting multiple curves on the same plot in one call. Parameters ---------- x, y : array_like Can
pyqtgraph/graphicsItems/PlotItem/PlotItem.py:836
↓ 3 callersMethodnextColumn
Advance to next available column (generally only for internal use--called by addItem)
pyqtgraph/graphicsItems/GraphicsLayout.py:55
↓ 3 callersMethodnormalize
Process *image* using the normalization options configured in the control panel. This can be repurposed to process a
pyqtgraph/imageview/ImageView.py:758
↓ 3 callersFunctionobjString
Return a short but descriptive string for any object
pyqtgraph/debug.py:266
↓ 3 callersMethodpan
Moves the center (look-at) position while holding the camera in place. ============== ====================================
pyqtgraph/opengl/GLViewWidget.py:353
↓ 3 callersMethodparameters
(self)
pyqtgraph/exporters/ImageExporter.py:76
↓ 3 callersMethodparameters
(self)
pyqtgraph/exporters/HDF5Exporter.py:30
← previousnext →601–700 of 4,033, ranked by callers