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
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
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
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
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
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
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:
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
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
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
10 matches
Mail list logo