ports/graphics/py-pyqtgraph/pkg/DESCR

8 lines
401 B
Text
Raw Normal View History

2023-09-08 05:21:37 +00:00
PyQtGraph is a pure-python graphics and GUI library built on PyQt
/ PySide and numpy. It is intended for use in mathematics /
scientific / engineering applications. Despite being written
entirely in python, the library is very fast due to its heavy
leverage of NumPy for number crunching and Qt's GraphicsView framework
for fast display. PyQtGraph is distributed under the MIT open-source
license.