Or open Synaptic and type plplot in the "Search window".
The install instructions for plplot 5.9.2 :
Install ' plplot-tcl ' etc. etc. with Synaptic.
Or use the command : sudo apt-get install plplot-tcl
Wiki
http://en.wikipedia.org/wiki/PLplot
PLPLOT home
http://plplot.sourceforge.net/
Documentation
http://plplot.sourceforge.net/docboo...ot-html-5.9.5/
Download
http://plplot.sourceforge.net/download.php > >
> > the Ubuntu packages, overview :
http://packages.ubuntu.com/search?ke...ll§ion=all
Building plplot-5.9.5 : 1) cd plplot-5.9.5/ , 2) mkdir build
3) cd build/ , 4) cmake .. ( cmake <space> <period><period> )
The text output in the terminal will show, what's included in the
configuration / Makefile : tcl/tk , wxwidgets, pyqt4, python, etc.
4) make : will build the binaries and the libraries.
.....