|
From: <md...@us...> - 2007-08-30 13:38:24
|
Revision: 3754
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3754&view=rev
Author: mdboom
Date: 2007-08-30 06:38:22 -0700 (Thu, 30 Aug 2007)
Log Message:
-----------
Make examples match real defaults.
Modified Paths:
--------------
trunk/matplotlib/lib/matplotlib/mpl-data/matplotlibrc
Modified: trunk/matplotlib/lib/matplotlib/mpl-data/matplotlibrc
===================================================================
--- trunk/matplotlib/lib/matplotlib/mpl-data/matplotlibrc 2007-08-30 13:04:05 UTC (rev 3753)
+++ trunk/matplotlib/lib/matplotlib/mpl-data/matplotlibrc 2007-08-30 13:38:22 UTC (rev 3754)
@@ -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.
|