Home page Models Systems Tools IT staff References
Installing GNU Plot Using GNU Plot
GNU Plot is a command line tool to produce plots, including X-Y plots. Here is the GNU Plot web site.
sudo apt-get update
sudo apt-get -y install gnuplot
We use gnuplot to create 2D graphs as separate png files, for inclusion in LHS reports. It is used by makereportNew.pl to create the plots referenced in the Latex file it produces and which are included in the pdf file produced by pdflatex.