how to install maptplotlib with pylab on linux mint 13 python3.2
some dependencies
sudo apt-get python-dev libfreetype6-dev libpng-dev libjpeg8-dev libfreetype6-dev
updatedb
git clone https://github.com/matplotlib/matplotlib
cd matplotlib/
python3.2 setup.py build
python3.2 setup.py install
test with ipython
ipython3 --pylab
and then for fun
import matplotlib
http://matplotlib.org/users/installin...
Youtube is barfing on OGV, I had to convert the OGV using this:
mencoder matplot.ogv -ovc xvid -vf harddup -xvidencopts bitrate=800 -oac mp3lame -lameopts abr:br=92 -channels 1 -o outputfile.avi