Sophie

Sophie

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

python-matplotlib-doc-1.1.1-1mdv2010.1.noarch.rpm

.. _pylab_examples-unicode_demo:

pylab_examples example code: unicode_demo.py
============================================



.. plot:: /home/mandrake/rpm/BUILD/matplotlib-1.1.1/doc/mpl_examples/pylab_examples/unicode_demo.py

::

    #!/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()
    

Keywords: python, matplotlib, pylab, example, codex (see :ref:`how-to-search-examples`)