Similar to Origin or SigmaPlot, QtiPlot can be used to present 2D and 3D data and has various data analysis functions like curve fitting. Plotting of 3D data can be rendered using OpenGL using the Qwt3D libraries. It is a full-featured data analysis and plotting package available on Linux, Windows and Mac OS X platforms that supports python scripting.
Similar to Origin or SigmaPlot, QtiPlot can be used to present 2D and 3D data and has various data analysis functions like curve fitting. Plotting of 3D data can be rendered using OpenGL using the Qwt3D libraries. It is a full-featured data analysis and plotting package available on Linux, Windows and Mac OS X platforms that supports python scripting.
To install qtiplot, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install qtiplot
To see what files were installed by qtiplot, run:
port contents qtiplot
To later upgrade qtiplot, run:
sudo port selfupdate && sudo port upgrade qtiplot
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.