pyqtgraph-ext 1.2.8


pip install pyqtgraph-ext==1.2.8


Meta
Author: Marcel Goldschen-Ohm
Requires Python: >=3.9

Classifiers

Development Status
  • 4 - Beta

Intended Audience
  • Developers

License
  • OSI Approved :: MIT License

Programming Language
  • Python :: 3 :: Only

pyqtgraph-ext

Collection of PyQtGraph widgets/tools with custom styling or behavior.

GitHub Tag build-test

GitHub Release publish

Install

Requires a PyQt package. Should work with PySide6, PyQt6, or PyQt5.

pip install PySide6

Install latest release version:

pip install pyqtgraph-ext

Or install latest development version:

pip install pyqtgraph-ext@git+https://github.com/marcel-goldschen-ohm/pyqtgraph-ext

AxisRegion

pyqtgraph.LinearRegionItem with text label.

View

pyqtgraph.ViewBox that knows how to draw AxisRegions.

Plot

pyqtgraph.PlotItem with MATLAB styling.

Figure

pyqtgraph.PlotWidget with MATLAB styling.

PlotGrid

pyqtgraph.GraphicsLayoutWidget that can set the size of all Views to be the same.

Graph

pyqtgraph.PlotDataItem with context menu and style dialog.

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras: None
Dependencies:
numpy (>=1.26.2)
qtpy (>=2.4.1)
qtawesome (>=1.3.0)
pyqtgraph (>=0.13.3)
pyqt-ext (>=1.2.7)