Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > media > contrib-backports > by-pkgid > a44f8c7e78ee9c5838c1fb080c9e7630 > files > 3906

python-matplotlib-doc-1.1.1-1mdv2010.1.noarch.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()