"T J" <tjhn...@gmail.com> writes:

> So it looks as if the plot title, for example, is getting Nimbus
> rather than CM.  

The usetex code looks at the font settings in your rc file and chooses
the first matching font that it knows how to use in TeX. Your settings
(probably inherited from the defaults) specify choosing a font in the
sans serif family:

>  'font.family': 'sans-serif',

and of those, Helvetica happens to be the first one in this list that it
knows about:

>  'font.sans-serif': ['Bitstream Vera Sans',
[...]
>                      'Helvetica',

You see Nimbus Sans in the output because that's a free Helvetica
look-alike included by your TeX distribution.

> What is the 'proper' way to get all the fonts to match my document?

Specify Computer Modern fonts in your rc file:

font.sans-serif: Computer Modern Sans Serif
font.serif:      Computer Modern Roman
font.monospace:  Computer Modern Typewriter

-- 
Jouni K. Seppänen
http://www.iki.fi/jks


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to