From: <md...@us...> - 2007-08-29 20:36:55
|
Revision: 3751 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3751&view=rev Author: mdboom Date: 2007-08-29 13:36:52 -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 17:54:42 UTC (rev 3750) +++ trunk/matplotlib/matplotlibrc.template 2007-08-29 20:36:52 UTC (rev 3751) @@ -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'], style='oblique' -#mathtext.bf : ['serif'], weight='bold' -#mathtext.sf : ['sans-serif'] +#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. |