QVGE is a multiplatform graph editor written in C++/Qt. Its main goal is to make it possible to visually edit two-dimensional graphs in a simple and intuitive way.
QVGE is a multiplatform graph editor written in C++/Qt. Its main goal is to make it possible to visually edit two-dimensional graphs in a simple and intuitive way.
To install qvge, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install qvge
To see what files were installed by qvge, run:
port contents qvge
To later upgrade qvge, run:
sudo port selfupdate && sudo port upgrade qvge
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.