Python package for the creation of PostScript, PDF, and SVG files
PyX is a Python package for the creation of PostScript, PDF, and SVG files. It combines an abstraction of the PostScript drawing model with a TeX/LaTeX interface. Complex tasks like 2d and 3d plots in publication-ready quality are built out of these primitives.
PyX is a Python package for the creation of PostScript, PDF, and SVG files. It combines an abstraction of the PostScript drawing model with a TeX/LaTeX interface. Complex tasks like 2d and 3d plots in publication-ready quality are built out of these primitives.
To install py311-pyx, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py311-pyx
To see what files were installed by py311-pyx, run:
port contents py311-pyx
To later upgrade py311-pyx, run:
sudo port selfupdate && sudo port upgrade py311-pyx
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.