A scientific graphing library for QtQuick using Qt6.
Links:
Key advantages:
- Written in C++ and QML (with some optional Python helpers), so it can be used in both C++ and Python projects
- QtQuick's hardware-based rendering makes this library render very fast
- Support for line graphs, histograms, contour plots and more
- Interactivity supported natively though declarative bindings and QtQuick
- Support for PNG and SVG export
The example gallery can be run using (provided the Python environment has PySide6 and contourpy installed):
python examples/gallery.py
This version of QuickGraphLib is compatible with Qt and PySide6 6.8.0. If you use this module from C++, then Qt's ABI stability guarantees means the compiled binaries will work for any Qt version >= 6.8 and < 7.0. If you use this module from Python, there are some additional features that rely on the PySide6 library version. Therefore the PySide6 version must be 6.8.0.2 exactly. Other 6.8 versions of PySide6 may work, but there are no guarantees.
The pre-built wheels aim to be compatible with the most recent recent Qt LTS version, which is currently 6.8. Pre-built wheels for higher non-LTS Qt versions will likely be available once Qt 6.9 is released.
QuickGraphLib is compatible with the same Python versions and glibc versions that PySide6 is. For PySide6 6.8, the minimum Python version is 3.9.