[CSC 435] GnuPlot
Andrew J. Pounds
pounds_aj at mercer.edu
Wed Apr 13 18:53:11 EDT 2016
If you are using cobra or zeus remotely you will have had to log into
the systems with X forwarding enabled (i.e. - ssh -X cobra) to see you
graphs on the screen.
To start gnuplot on the lab machines, on cobra, or on zeus type the word
gnuplot on the command line.
To test if things are working properly type the following at the
gnuplot> prompt
gnuplot> plot sin(x)
If you get a graph with the sin() function then things are working properly.
Now on the class web page in the EXAMPLES section I have placed an
example gnuplot file of how to make an Amdahl's law plot for up to 35
processors. You need to download this file to your local directory and
modify it for your purposes. Let's say that you have nemed this file
"myplot", to run it in gnuplot you would do the following
gnuplot> call "myplot"
For the details of how gnuplot functions please refer to the official
web page
http://www.gnuplot.info/
On 04/13/2016 05:56 PM, Kevin L. Long wrote:
>
> I'm a little rusty (and by that I don't remember if I ever did it
> at all) at GnuPlot. Do you any resources for how to use Gnuplot, or if
> its super simple if you could briefly explain it? That would be great.
>
>
> Thanks in advance
>
> -Kevin
>
>
--
Andrew J. Pounds, Ph.D. (pounds_aj at mercer.edu)
Professor of Chemistry and Computer Science
Mercer University, Macon, GA 31207 (478) 301-5627
http://faculty.mercer.edu/pounds_aj
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://theochem.mercer.edu/pipermail/csc435/attachments/20160413/4b7c6d9f/attachment.html>
More information about the csc435
mailing list