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

Skip to content

Commit a0e0656

Browse files
committed
Make examples match real defaults.
svn path=/trunk/matplotlib/; revision=3754
1 parent 1a01475 commit a0e0656

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

lib/matplotlib/mpl-data/matplotlibrc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -164,12 +164,12 @@ numerix : numpy # 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)