Showing posts with label howto. Show all posts
Showing posts with label howto. Show all posts

Friday, January 28, 2011

Install matplotlib 1.01 on ubuntu

Download: Tarball of matplotlib from SF

Extract it, cd to directory

sudo apt-get install build-essential libpng12-dev libfreetype6-dev

sudo python setup.py build
sudo python setup.py install

That's it