Dependencies:
Ubuntu:
apt-get install gnuplot
apt-get install libtemplate-perl
apt-get install python-matplotlib
Fedora:
yum install gnuplot
yum install perl-Template-Toolkit
yum install python-matplotlib
Max OSX:
port install gunplot
cpan Template (it will install its dependence AppConfig as well. Alternatively, port install p5.10-template-toolkit)
port install py-matplotlib
or
If have XCode 4 installed:
sudo ln -s /Developer/Platforms/iPhoneOS.platform/Developer/usr/libexec/gcc/darwin/ppc /Developer/usr/libexec/gcc/darwin
sudo ln -s /Developer/Platforms/iPhoneOS.platform/Developer/usr/libexec/gcc/darwin/ppc /usr/libexec/gcc/darwin
Then:
easy_install matplotlib