Re: [Matplotlib-users] STIX fonts outside of mathtext

2008-02-04 Thread Michael Droettboom
John Travers wrote: > On Mon, Feb 04, 2008 at 08:22:57AM -0500, Michael Droettboom wrote: >> In your matplotlibrc file, you can set the following: >> >> font.family : serif >> font.serif : STIXGeneral >> >> Also note the numerals and Latin characters are extremely similar if not >> identical to T

Re: [Matplotlib-users] STIX fonts outside of mathtext

2008-02-04 Thread John Travers
On Mon, Feb 04, 2008 at 08:22:57AM -0500, Michael Droettboom wrote: > In your matplotlibrc file, you can set the following: > > font.family : serif > font.serif : STIXGeneral > > Also note the numerals and Latin characters are extremely similar if not > identical to Times (or "Times New Roman"),

Re: [Matplotlib-users] STIX fonts outside of mathtext

2008-02-04 Thread Michael Droettboom
In your matplotlibrc file, you can set the following: font.family : serif font.serif : STIXGeneral Also note the numerals and Latin characters are extremely similar if not identical to Times (or "Times New Roman"), so you could also use that for titles/labels etc., but it doesn't really matter.

[Matplotlib-users] STIX fonts outside of mathtext

2008-02-04 Thread John Travers
Hello, I'm very pleased with the STIX fonts support in mathtext. Thanks for getting this working! However, I would like to use the same font in labels which do not contain mathtext, for consistency. I cannot work out how to do this. Can anyone help with this? Thanks, John -