Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d1864e5

Browse files
committed
Updated to match the real defaults.
svn path=/trunk/matplotlib/; revision=3751
1 parent 5b17687 commit d1864e5

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

matplotlibrc.template

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -164,12 +164,12 @@ numerix : %(numerix)s # numpy, Numeric or numarray
164164
# (See FontProperties for more details).
165165
# These settings are only used if mathtext.use_cm is False, otherwise, the
166166
# Bakoma TeX Computer Modern fonts are used.
167-
#mathtext.cal : ['cursive']
168-
#mathtext.rm : ['serif']
169-
#mathtext.tt : ['monospace']
170-
#mathtext.it : ['serif'], style='oblique'
171-
#mathtext.bf : ['serif'], weight='bold'
172-
#mathtext.sf : ['sans-serif']
167+
#mathtext.cal : "cursive"
168+
#mathtext.rm : "serif"
169+
#mathtext.tt : "monospace"
170+
#mathtext.it : "serif:italic"
171+
#mathtext.bf : "serif:bold"
172+
#mathtext.sf : "sans"
173173
#mathtext.use_cm : True
174174
#mathtext.fallback_to_cm : True # When True, use symbols from the Computer Modern
175175
# fonts when a symbol can not be found in one of

0 commit comments

Comments
 (0)