Re: [Matplotlib-users] Finding fonts

2010-05-26 Thread T J
On Wed, May 26, 2010 at 4:20 PM, Michael Droettboom wrote: > On 05/26/2010 04:47 PM, T J wrote: >> When I plot, I get: >> >> UserWarning: findfont: Font family ['sans-serif'] not found. Falling >> back to Bitstream Vera Sans >>    (prop.get_family(), self.defaultFamily[fontext])) >> >> My matplotl

Re: [Matplotlib-users] Finding fonts

2010-05-26 Thread Michael Droettboom
On 05/26/2010 04:47 PM, T J wrote: > When I plot, I get: > > UserWarning: findfont: Font family ['sans-serif'] not found. Falling > back to Bitstream Vera Sans >(prop.get_family(), self.defaultFamily[fontext])) > > My matplotlibrc file has: > > font.sans-serif: Computer Modern Sans Serif > font

[Matplotlib-users] Finding fonts

2010-05-26 Thread T J
When I plot, I get: UserWarning: findfont: Font family ['sans-serif'] not found. Falling back to Bitstream Vera Sans (prop.get_family(), self.defaultFamily[fontext])) My matplotlibrc file has: font.sans-serif: Computer Modern Sans Serif font.serif: Computer Modern Roman font.monospace: C