PyQtChart is a set of Python bindings for The Qt Company's Qt Charts library. The bindings sit on top of PyQt5 and are implemented as a single module..
PyQtChart is a set of Python bindings for The Qt Company's Qt Charts library. The bindings sit on top of PyQt5 and are implemented as a single module..
To install py312-pyqt5-chart, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py312-pyqt5-chart
To see what files were installed by py312-pyqt5-chart, run:
port contents py312-pyqt5-chart
To later upgrade py312-pyqt5-chart, run:
sudo port selfupdate && sudo port upgrade py312-pyqt5-chart
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.