Re: [Matplotlib-users] problem with ticker and mathtext

2008-01-10 Thread Michael Droettboom
Sorry I didn't notice this right away. This is actually a bug. I made a change so the offset (in scientific notation) is written in the same font as the other tick values, which unfortunately broke with the default fonts. I have attached a patch against 0.91.2. This will make it into the ne

Re: [Matplotlib-users] problem with ticker and mathtext

2008-01-10 Thread Matthias Michler
Hello Mike, Hello list, thanks for your reply. On Wednesday 09 January 2008 17:58, Michael Droettboom wrote: > The default mathtext font should have the "times" symbol. Are you > making any other changes that would affect the selection of mathtext > fonts? I don't think that I changed anything

Re: [Matplotlib-users] problem with ticker and mathtext

2008-01-09 Thread Michael Droettboom
The default mathtext font should have the "times" symbol. Are you making any other changes that would affect the selection of mathtext fonts? (Can you please attach a copy of your matplotlibrc file?) If that looks ok, perhaps it isn't finding the math fonts correctly. There are a multitude

[Matplotlib-users] problem with ticker and mathtext

2008-01-09 Thread Matthias Michler
Hello list, the little example below seems to fail, can anybody help me? I'm on Debian using the release 0.91.2. best regards and thanks in advance for any hints, Matthias --- from matplotlib.ticker import S