Re: [Matplotlib-users] Worries with ~/.matplotlib and fonts

2010-10-05 Thread Matthieu Brucher
Excellent ! Thank you for the future fix! Will this release make it before the next EPD release? Matthieu 2010/10/4 Michael Droettboom : > There is a fix for this in SVN in r8712 that will make it into the next > release. > > In the meantime, as a workaround, you can safely delete the font cache

[Matplotlib-users] Worries with ~/.matplotlib and fonts

2010-10-04 Thread Matthieu Brucher
Hello, I ahve several installation of matplotlib on several computers with different OS but the same HOME directory. Matplotlib caches a lot of stuff in ~/.matplotlib, like fonts, but they are not located in the same folder in different computers I use. The issue is that the cache makes matplotlib

Re: [Matplotlib-users] Worries with ~/.matplotlib and fonts

2010-10-04 Thread Michael Droettboom
There is a fix for this in SVN in r8712 that will make it into the next release. In the meantime, as a workaround, you can safely delete the font cache file in ~/.matplotlib/fontList.cache Mike On 10/04/2010 08:44 AM, Matthieu Brucher wrote: > Hello, > > I ahve several installation of matplot