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 Firing wrote: > Bizarre! I can reproduce it with python 2.6 (ubuntu 9.10) and mpl from > svn. I have

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 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 ha

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 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 t

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 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

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 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. > > > > cboo

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

2010-03-09 Thread John Hunter
On Tue, Mar 9, 2010 at 12:16 PM, Eric Firing 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 -- may be implica

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

2010-03-09 Thread Eric Firing
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:

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

2010-03-09 Thread Ryan May
On Tue, Mar 9, 2010 at 11:28 AM, 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 "lette

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

[Matplotlib-users] Bug: string.letters

2010-03-09 Thread Enssle Carl Philipp
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 'ABC