Week 09: GNUPlot

Enter GNUPlot by typing gnuplot, then you will be prompted with version information like

        G N U P L O T
        Version 5.2 patchlevel 2    last modified 2017-11-01

        Copyright (C) 1986-1993, 1998, 2004, 2007-2017
        Thomas Williams, Colin Kelley and many others

        gnuplot home:     http://www.gnuplot.info
        faq, bugs, etc:   type "help FAQ"
        immediate help:   type "help"  (plot window: hit 'h')

Terminal type set to 'wxt'
gnuplot>
If you want to install it in you USB-flash Linux System, type:
sudo apt-get install gnuplot-x11
or
sudo apt-get install gnuplot-qt
choose only one of the above, either x11 or qt.

You can also run it directly from Ukko via remote X-windows (ssh -X ukko).
For gnuplot version 4.6pl4, type gnuplot
For gnuplot version 5.0pl3, type /usr/local/bin/gnuplot5
For gnuplot version 5.2pl2 (new Ukko starting from 2019), type /usr/bin/gnuplot or simply gnuplot

Then try the script commands under the gnuplot> prompt as follows,

GNUPlot Part II


References: