Various extensions for pyqtgraph.
Project description
README
Various extensions for pyqtgraph.
Installing pyqtgraph_extensions creates two namespaces:
pyqtgraph_extensions- various classes and functions providing some of extra functionality for pyqtgraphpyqtgraph_extended- a namespace merging pyqtgraph_extensions with the original pyqtgraph
In principle, it should be possible to import pyqtgraph_extended instead of pyqtgraph and have the same behaviour but with new functionality available. So the two options for using this repository are:
import pyqtgraph as pg
import pyqtgraph_extensions as pgx
or
import pyqtgraph_extended as pg
Installation
To get latest release from PyPi: pip install pyqtgraph_extensions.
Or install from GitHub: pip install git+https://github.com/draustin/pyqtgraph_extensions.
pyqtgraph_extensions is packaged using Poetry.
Python 3.6 or later is required.
Features
See pyqtgraph_extensions/examples for some examples.
Axis alignment across multiple plot items
The AlignedPlotItem is so-called because it uses its parent's graphics layout object for holding its constituent items (view box, axis items and title) rather than creating one internally. Its constituents can therefore be aligned with those of other items in the parent's graphics layout, including the constituent items of other AlignedPlotItem objects. Here's an example.
More axis controls
AxisItem is reimplemented with its own buttons for autoranging at the upper and lower limits.
Traditional interactive color bar
pyqtgraph_extensions adds a MATLAB-style ColorBarItem which can be linked to multiple ImageItems.
Other
- Simplified exporting with the
exportfunction - Easy adding of a second vertical axis on the right hand side (with linked x axis), likewise for a second horizontal axis on the top. See example.
- More GLGraphicsItems - see the unit tests.
Testing
I use pytest with pytest-qt during development work and tox to test installation & dependencies.
Plan / outlook
I developed the various features as needed and will continue on the same basis. When I began writing pyqtgraph_extensions I was just starting out with Python, Git/GitHub, and open source tools in general (I'm a convert from MATLAB).
I'd be happy for any/all features to be moved into pyqtgraph proper. Feel free to reach out.
TODO
- Add switch for user interactivity on color bar example.
- Documentation
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyqtgraph_extensions-0.5.9.tar.gz.
File metadata
- Download URL: pyqtgraph_extensions-0.5.9.tar.gz
- Upload date:
- Size: 50.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.0 CPython/3.10.7 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
22d3e670315054d4861d47bc5687ec0a1ba6abc251e4702a2e16940efdac9543
|
|
| MD5 |
7cae7938a04efb7b23f0ea9cd7131551
|
|
| BLAKE2b-256 |
f643a79171fa74be771c0ff516b5a4d44a6b546ea1082ef49095b6ff44f75571
|
File details
Details for the file pyqtgraph_extensions-0.5.9-py3-none-any.whl.
File metadata
- Download URL: pyqtgraph_extensions-0.5.9-py3-none-any.whl
- Upload date:
- Size: 61.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.0 CPython/3.10.7 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cde3f89729b1b58e5c749de9f6f6aee9d89c98062078593842e50abce17db684
|
|
| MD5 |
992d21ef07ccaf20f854f5dc9a1ba021
|
|
| BLAKE2b-256 |
7638a16f13400b7d7f183db83eafa05bc5e7914f9765a827483c20190cf9a2ef
|