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.