Questa è una vecchia versione del documento!


Gnuplot

Contents
  • Introduction
  • Local installation

Keywords:

How to install Gnuplot in your local area and use it to make nice plots from Cadence.

Main page:

http://www.gnuplot.info/

Gnuplot must be compiled from source and can be installed in your local area without admin privileges.

Download Gnuplot sources from sourceforge.net with

cd ~/local/sources
mkdir gnuplot
cd gnuplot
wget http://sourceforge.net/projects/gnuplot/files/gnuplot/4.4.0/gnuplot-4.4.0.tar.gz
mkdir build
tar -xzf gnuplot-4.4.0.tar.gz 
./configure --help
./configure --prefix=$HOME/local [options]
make && make install 



Last update: Luca Pacher - Sep 21, 2013