|
From: Clément M. <cm...@gm...> - 2013-06-03 13:10:30
|
Yes, I've tried this : locale.setlocale(locale.LC_ALL,'en_US') mpl.rcParams['axes.formatter.use_locale'] = True But it has no effect. 2013/6/3 Skip Montanaro <sk...@po...> > > In my mpl.rcParams, 'axes.formatter.use_locale' is set to False. > > Have you tried setting this value to True? > > Skip > |