pyqtgraph
pyqtgraph-0.13.7
適用於 PyQt5/PyQt6/PySide2/PySide6 的純 Python 圖形庫
版權所有 2024 PyQtGraph 開發者
https://www.pyqtgraph.org
PyQtGraph 旨在用於數學/科學/工程應用。儘管完全用 python 編寫,但該庫速度很快,因為它大量利用了 numpy 進行數字運算、Qt 的 GraphicsView 框架進行 2D 顯示以及 OpenGL 進行 3D 顯示。
PyQtGraph 已採用 NEP 29。
此項目支援:
目前這意味著:
numpy
1.24+透過第 3 方庫,可以為 PyQtGraph 添加附加功能,請參考下表以了解摘要。
圖書館 | 新增功能 |
---|---|
scipy |
|
pyopengl |
|
h5py |
|
colorcet |
|
matplotlib |
|
cupy |
|
numba |
|
jupyter_rfb |
|
pip install pyqtgraph
pip install git+https://github.com/pyqtgraph/pyqtgraph@master
conda install -c conda-forge pyqtgraph
官方文件位於 pyqtgraph.readthedocs.io
學習 PyQtGraph 最簡單的方法是瀏覽範例;運行python -m pyqtgraph.examples
啟動範例應用程式。
以下是一些使用 PyQtGraph 的應用程式的部分清單!
您在自己的專案中使用 PyQtGraph 並希望將其添加到清單中嗎?提交拉取請求以更新此清單!