[Matplotlib-users] import pylab changes locale settings

2009-08-16 Thread Sebastian
Hi all, When I import pylab the locale settings are changed (I'm using matplotlib 0.99.0): In [1]: import locale In [2]: print locale.localeconv() {'mon_decimal_point': '', 'int_frac_digits': 127, 'p_sep_by_space': 127, 'frac_digits': 127, 'thousands_sep': '', 'n_sign_posn': 127,

Re: [Matplotlib-users] import pylab changes locale settings

2009-08-16 Thread Ryan May
On Sun, Aug 16, 2009 at 8:02 AM, Sebastian basti...@gmail.com wrote: Hi all, When I import pylab the locale settings are changed (I'm using matplotlib 0.99.0): In [1]: import locale In [2]: print locale.localeconv() {'mon_decimal_point': '', 'int_frac_digits': 127, 'p_sep_by_space': 127,