Hi Ryan,

Ryan May wrote:
> Lionel Roubeyrie wrote:
>   
>> Hi all,
>> Trying to write to text files some plotted datas, we have a strange
>> behavour on masked arrays after importing pylab, with the dot decimal
>> separator replaced by a comma (but not all) : 
>> ##############################
>> Python 2.5.2 (r252:60911, Oct  5 2008, 19:24:49) 
>> [GCC 4.3.2] on linux2
>> Type "help", "copyright", "credits" or "license" for more information.
>>     
>
> This has been reported before, and IIRC, it's a problem with PyGTK.
>   

The fact that pygtk changes the local at import sounds buggy indeed, but
numpy should not be dependent on the locale anyway, so it also shows a
numpy bug I think:

http://scipy.org/scipy/numpy/ticket/884

Pauli and other have been working on those locale-related bugs in numpy,
but they are a bit fastidious to fix - hopefully, they will make their
way into numpy 1.3

David

------------------------------------------------------------------------------
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to