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

Skip to content

Commit fbc517c

Browse files
committed
Fix bug using stix fonts.
svn path=/trunk/matplotlib/; revision=4492
1 parent 8a13563 commit fbc517c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/matplotlib/mathtext.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -852,6 +852,7 @@ class StixFonts(UnicodeFonts):
852852
fontmap = {}
853853
use_cmex = False
854854
cm_fallback = False
855+
_sans = False
855856

856857
def __init__(self, *args, **kwargs):
857858
TruetypeFonts.__init__(self, *args, **kwargs)

0 commit comments

Comments
 (0)