From: <md...@us...> - 2007-08-29 20:39:20
|
Revision: 3752 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3752&view=rev Author: mdboom Date: 2007-08-29 13:39:07 -0700 (Wed, 29 Aug 2007) Log Message: ----------- Updated to match the real defaults. Modified Paths: -------------- trunk/matplotlib/matplotlibrc.template Modified: trunk/matplotlib/matplotlibrc.template =================================================================== --- trunk/matplotlib/matplotlibrc.template 2007-08-29 20:36:52 UTC (rev 3751) +++ trunk/matplotlib/matplotlibrc.template 2007-08-29 20:39:07 UTC (rev 3752) @@ -164,12 +164,12 @@ # (See FontProperties for more details). # These settings are only used if mathtext.use_cm is False, otherwise, the # Bakoma TeX Computer Modern fonts are used. -#mathtext.cal : "cursive" -#mathtext.rm : "serif" -#mathtext.tt : "monospace" -#mathtext.it : "serif:italic" -#mathtext.bf : "serif:bold" -#mathtext.sf : "sans" +#mathtext.cal : cursive +#mathtext.rm : serif +#mathtext.tt : monospace +#mathtext.it : serif:italic +#mathtext.bf : serif:bold +#mathtext.sf : sans #mathtext.use_cm : True #mathtext.fallback_to_cm : True # When True, use symbols from the Computer Modern # fonts when a symbol can not be found in one of This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |