Re: [Matplotlib-users] Bug: string.letters

2010-03-09 Thread Jim Vickroy
Enssle Carl Philipp wrote: 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

Re: [Matplotlib-users] Bug: string.letters

2010-03-09 Thread Ryan May
On Tue, Mar 9, 2010 at 11:28 AM, Enssle Carl Philipp carl-philipp.ens...@colenco.ch wrote: Hallo. When importing string in python, letters are defined as follows: import string string.letters 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ' … whereas when importing matplotlib, the

Re: [Matplotlib-users] Bug: string.letters

2010-03-09 Thread John Hunter
On Tue, Mar 9, 2010 at 12:16 PM, Eric Firing efir...@hawaii.edu wrote: Bizarre!  I can reproduce it with python 2.6 (ubuntu 9.10) and mpl from svn.  I have done a little grepping and other exploration, but have completely failed to find where this change is occurring. cbook imports locale

Re: [Matplotlib-users] Bug: string.letters

2010-03-09 Thread Eric Firing
John Hunter wrote: On Tue, Mar 9, 2010 at 12:16 PM, Eric Firing efir...@hawaii.edu wrote: Bizarre! I can reproduce it with python 2.6 (ubuntu 9.10) and mpl from svn. I have done a little grepping and other exploration, but have completely failed to find where this change is occurring.

Re: [Matplotlib-users] Bug: string.letters

2010-03-09 Thread Tony S Yu
On Mar 9, 2010, at 1:22 PM, John Hunter wrote: On Tue, Mar 9, 2010 at 12:16 PM, Eric Firing efir...@hawaii.edu wrote: Bizarre! I can reproduce it with python 2.6 (ubuntu 9.10) and mpl from svn. I have done a little grepping and other exploration, but have completely failed to find where

Re: [Matplotlib-users] Bug: string.letters

2010-03-09 Thread Eric Firing
Tony S Yu wrote: On Mar 9, 2010, at 1:22 PM, John Hunter wrote: On Tue, Mar 9, 2010 at 12:16 PM, Eric Firing efir...@hawaii.edu wrote: Bizarre! I can reproduce it with python 2.6 (ubuntu 9.10) and mpl from svn. I have done a little grepping and other exploration, but have completely

Re: [Matplotlib-users] Bug: string.letters

2010-03-09 Thread Eric Firing
Eric Firing wrote: Tony S Yu wrote: On Mar 9, 2010, at 1:22 PM, John Hunter wrote: On Tue, Mar 9, 2010 at 12:16 PM, Eric Firing efir...@hawaii.edu wrote: Bizarre! I can reproduce it with python 2.6 (ubuntu 9.10) and mpl from svn. I have done a little grepping and other exploration, but

Re: [Matplotlib-users] Bug: string.letters

2010-03-09 Thread Robert Kern
On 2010-03-09 12:37 PM, Eric Firing wrote: Eric Firing wrote: Tony S Yu wrote: On Mar 9, 2010, at 1:22 PM, John Hunter wrote: On Tue, Mar 9, 2010 at 12:16 PM, Eric Firingefir...@hawaii.edu wrote: Bizarre! I can reproduce it with python 2.6 (ubuntu 9.10) and mpl from svn. I have done a