PyQtGraph is a pure-python graphics and GUI library built on PyQt4/PyQt5 and numpy. It is intended for use in mathematics / scientific / engineering applications. It is very fast due to its heavy leverage of numpy for number crunching and Qt’s GraphicsView framework for fast display.
PyQtGraph is a pure-python graphics and GUI library built on PyQt4/PyQt5 and numpy. It is intended for use in mathematics / scientific / engineering applications. It is very fast due to its heavy leverage of numpy for number crunching and Qt’s GraphicsView framework for fast display.
To install py310-pyqtgraph, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py310-pyqtgraph
To see what files were installed by py310-pyqtgraph, run:
port contents py310-pyqtgraph
To later upgrade py310-pyqtgraph, run:
sudo port selfupdate && sudo port upgrade py310-pyqtgraph
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.