gnuplot on Ubuntu Linux

View: New views
2 Messages — Rating Filter:   Alert me  

gnuplot on Ubuntu Linux

by Samster :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

How can I install gnuplot 4.2.6 on Ubuntu Linux 9.04? I am new to Ubuntu and gnuplot.

Re: gnuplot on Ubuntu Linux

by Thomas Sefzick :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

- install a c-compiler on your system (if it isn't already there)
- get the gnuplot source (see http://www.gnuplot.info/download.html)
- unpack it (tar -xvf gnuplot-4.2.6.tar.gz)
- 'cd' into the source directory (cd gnuplot-4.2.6)
- read INSTALL and follow the instructions therein

Samster wrote:
How can I install gnuplot 4.2.6 on Ubuntu Linux 9.04? I am new to Ubuntu and gnuplot.