|
From: Michael D. <md...@st...> - 2013-06-03 14:31:26
|
Have you tried setting the `LC_ALL` to `en_US` before starting up Python? Mike On 06/03/2013 09:10 AM, Clément Mayet wrote: > > 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... <mailto:sk...@po...>> > > > In my mpl.rcParams, 'axes.formatter.use_locale' is set to False. > > Have you tried setting this value to True? > > Skip > > > > > ------------------------------------------------------------------------------ > Get 100% visibility into Java/.NET code with AppDynamics Lite > It's a free troubleshooting tool designed for production > Get down to code-level detail for bottlenecks, with <2% overhead. > Download for free and get started troubleshooting in minutes. > http://p.sf.net/sfu/appdyn_d2d_ap2 > > > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users |