Jgraph is a program that takes the description a graph or graphs as input, and produces a PostScript file on the standard output. Jgraph is ideal for plotting any mixture of scatter point graphs, line graphs, and/or bar graphs, and embedding the output into LaTeX, or any other text processing system that can read PostScript
Jgraph is a program that takes the description a graph or graphs as input, and produces a PostScript file on the standard output. Jgraph is ideal for plotting any mixture of scatter point graphs, line graphs, and/or bar graphs, and embedding the output into LaTeX, or any other text processing system that can read PostScript
To install jgraph, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install jgraph
To see what files were installed by jgraph, run:
port contents jgraph
To later upgrade jgraph, run:
sudo port selfupdate && sudo port upgrade jgraph
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.