8000 Merged revisions 4491-4495 via svnmerge from · dmcdougall/matplotlib@3089c81 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3089c81

Browse files
committed
Merged revisions 4491-4495 via svnmerge from
http://matplotlib.svn.sf.net/svnroot/matplotlib/trunk/matplotlib ........ r4492 | mdboom | 2007-11-28 15:13:47 -0500 (Wed, 28 Nov 2007) | 2 lines Fix bug using stix fonts. ........ svn path=/branches/transforms/; revision=4496
1 parent 958c6b3 commit 3089c81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/mathtext.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -850,6 +850,7 @@ class StixFonts(UnicodeFonts):
850850
fontmap = {}
851851
use_cmex = False
852852
cm_fallback = False
853+
_sans = False
853854

854855
def __init__(self, *args, **kwargs):
855856
TruetypeFonts.__init__(self, *args, **kwargs)

0 commit comments

Comments
 (0)
0