Re: [Matplotlib-users] LateX Legend (again)

2010-02-10 Thread PHobson
Jeff, I send all of my figures through LaTeX and don't have this problem. The only thing I can think of is to check your matplotlibrc file and make sure you've set the legend font to be the same size as the other fonts. HTH, -paul h. -Original Message- From: Jeffrey Blackburne

Re: [Matplotlib-users] LateX Legend (again)

2010-02-10 Thread Jeffrey Blackburne
Ah, I didn't know there was a section of the rc file for legends. Adding mpl.rcParams['font.family'] = 'serif' mpl.rcParams['legend.fontsize'] = 'medium' fixed things right up. Thanks, Jeff On Feb 10, 2010, at 1:01 PM, phob...@geosyntec.com wrote: Jeff, I send all of my figures through