giza is a 2D scientific plotting library for C/Fortran built on the cairo graphics library. Designed as a low-dependency, drop-in replacement for PGPLOT with antialiasing, real fonts, and PDF/svg/eps/png/X11 output. Builds both libpgplot and libcpgplot that directly replace the PGPLOT libraries.
giza is a 2D scientific plotting library for C/Fortran built on the cairo graphics library. Designed as a low-dependency, drop-in replacement for PGPLOT with antialiasing, real fonts, and PDF/svg/eps/png/X11 output. Builds both libpgplot and libcpgplot that directly replace the PGPLOT libraries.
To install giza, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install giza
To see what files were installed by giza, run:
port contents giza
To later upgrade giza, run:
sudo port selfupdate && sudo port upgrade giza
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.