Scientific plotting package, double precision version
PLplot is a cross-platform software package for creating scientific plots. To help accomplish that task it is organized as a core C library, language bindings for that library, and device drivers which control how the plots are presented in non-interactive and interactive plotting contexts. This port uses double precision.
PLplot is a cross-platform software package for creating scientific plots. To help accomplish that task it is organized as a core C library, language bindings for that library, and device drivers which control how the plots are presented in non-interactive and interactive plotting contexts. This port uses double precision.
To install plplot510, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install plplot510
To see what files were installed by plplot510, run:
port contents plplot510
To later upgrade plplot510, run:
sudo port selfupdate && sudo port upgrade plplot510
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.