Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > dc303dcad9fdd039290b4e78a58ed938 > files > 797

python-matplotlib-0.99.1.2-4.fc13.i686.rpm

#!/usr/bin/python
# -*- coding: utf-8 -*-

from pylab import *
plot([1,2,4])
title(u'Développés et fabriqués')
xlabel(u"réactivité nous permettent d'être sélectionnés et adoptés")
ylabel(u'André was here!')
text( 0.5, 2.5, u'Institut für Festkörperphysik', rotation=45)
text( 1, 1.5, u'AVA (check kerning)')

show()