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

Skip to content

Commit 6c156f6

Browse files
committed
Fix rcParams bug.
svn path=/trunk/matplotlib/; revision=4115
1 parent 93676b7 commit 6c156f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/rcsetup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ def __call__(self, s):
367367
'mathtext.it' : ['serif:italic', validate_font_properties],
368368
'mathtext.bf' : ['serif:bold', validate_font_properties],
369369
'mathtext.sf' : ['sans\-serif', validate_font_properties],
370-
'mathtext.fontset' : [True, validate_fontset],
370+
'mathtext.fontset' : ['cm', validate_fontset],
371371
'mathtext.fallback_to_cm' : [True, validate_bool],
372372

373373
'image.aspect' : ['equal', validate_aspect], # equal, auto, a number

0 commit comments

Comments
 (0)