Re: [Matplotlib-users] Math text produces garbage output

2009-09-14 Thread Michael Droettboom
That *is* strange. I'm at a bit of a loss. Is it segfaulting? Can you get a traceback from gdb? Since I'm having no trouble with the FC11 packages, that suggests it's something related to a difference in configuration. Are you doing anything unusual with fontconfig? Are you 64-bit or

Re: [Matplotlib-users] Math text produces garbage output

2009-09-12 Thread Kamran Riaz Khan
On 09/11/2009 10:51 PM, Michael Droettboom wrote: The log doesn't show any actual plotting. Did you run the same example with debug-annoying turned on? Turning debugging on shouldn't change any behavior -- only output more debugging information to the console. There seems to be something

[Matplotlib-users] Math text produces garbage output

2009-09-11 Thread Kamran Riaz Khan
Matplotlib's built-in mathematical expression parser produces garbage output for math text: http://img3.imageshack.us/img3/8194/matplotlibmathtext.png I'm using the distribution packages from Fedora 11. I guess there's an issue with the fonts on my system but I can't figure out how to proceed

Re: [Matplotlib-users] Math text produces garbage output

2009-09-11 Thread Michael Droettboom
Can you add verbose.level : debug-annoying to your ~/.matplotlib/matplotlibrc file and send us the output produced? FWIW, I just tested the matplotlib package on FC11 and it seems to work fine on my system, so it's possibly a configuration issue. You might want to try removing for font cache

Re: [Matplotlib-users] Math text produces garbage output

2009-09-11 Thread Kamran Riaz Khan
On 09/11/2009 07:28 PM, Michael Droettboom wrote: Can you add verbose.level : debug-annoying to your ~/.matplotlib/matplotlibrc file and send us the output produced? FWIW, I just tested the matplotlib package on FC11 and it seems to work fine on my system, so it's possibly a

Re: [Matplotlib-users] Math text produces garbage output

2009-09-11 Thread Michael Droettboom
The log doesn't show any actual plotting. Did you run the same example with debug-annoying turned on? Turning debugging on shouldn't change any behavior -- only output more debugging information to the console. Cheers, Mike Kamran Riaz Khan wrote: On 09/11/2009 07:28 PM, Michael Droettboom