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

Skip to content

Commit 0c14522

Browse files
committed
fixed a bug in previous PR
1 parent ad8533c commit 0c14522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/mathtext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1128,7 +1128,7 @@ def _get_font(self, font):
11281128
self.fonts[cached_font.get_fontname()] = cached_font
11291129
return cached_font
11301130

1131-
def _get_info (self, fontname, font_class, sym, fontsize, dpi):
1131+
def _get_info (self, fontname, font_class, sym, fontsize, dpi, nonMath=False):
11321132
'load the cmfont, metrics and glyph with caching'
11331133
key = fontname, sym, fontsize, dpi
11341134
tup = self.glyphd.get(key)

0 commit comments

Comments
 (0)