Re: [matplotlib-devel] matplotlib date formatting

2010-06-13 Thread Eric Firing
On 06/13/2010 08:23 AM, Гузий Саша wrote: > Hello, > > I recently updated matplotlib using macports, and it broke my plotting > functions which plot date-value plots. > > The reason was that my locale.getpreferredencoding() returned empty > string in > cbook.py. > > changing the code to the followi

[matplotlib-devel] matplotlib date formatting

2010-06-13 Thread Гузий Саша
Hello, I recently updated matplotlib using macports, and it broke my plotting functions which plot date-value plots. The reason was that my locale.getpreferredencoding() returned empty string in cbook.py. changing the code to the following solved my problem # On some systems, locale.getpreferre