Hallo.

When importing string in python, "letters" are defined as follows:

>>> import string
>>> string.letters
'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'

... whereas when importing matplotlib, the order of "letters" seems to be 
changed:

>>> import matplotlib
>>> string.letters
'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz'


Would be grateful for a comment.

Philipp



--------------------------------------------------------------------------------------------------------
Carl Philipp Enssle
Environmental Technology Engineer
AF-Colenco Ltd, Groundwater Protection and Waste Disposal
Visiting address: Täfernstrasse 26 | CH-5405 Baden | Switzerland
Direct: +41 (0)56 483 15 48 | Fax: +41 (0)56 483 18 82
carl-philipp.ens...@afconsult.com | www.af-colenco.com

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to