Re: [matplotlib-devel] Font weirdness

2007-08-13 Thread Darren Dale
On Monday 13 August 2007 01:53:40 pm David Huard wrote: > Hi, > > I noticed a strange behavior and I'm not sure whether it is intended or > not. > > > With the usetex option set to True, the fonts used in ticklabels change > when using a custom formatter. So for instance > > from pylab import * > r

[matplotlib-devel] Font weirdness

2007-08-13 Thread David Huard
Hi, I noticed a strange behavior and I'm not sure whether it is intended or not. With the usetex option set to True, the fonts used in ticklabels change when using a custom formatter. So for instance from pylab import * rcParams['text.usetex']=True s = subplot(111) s.xaxis.set_major_formatter(F