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

Skip to content

Commit 9fceadf

Browse files
CarreauQuLogic
andauthored
Update lib/matplotlib/_mathtext.py
Co-authored-by: Elliott Sales de Andrade <[email protected]>
1 parent 90a753b commit 9fceadf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/matplotlib/_mathtext.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -576,9 +576,9 @@ def _get_glyph(self, fontname, font_class, sym):
576576
if (fontname in ('it', 'regular')
577577
and isinstance(self, StixFonts)):
578578
return self._get_glyph('rm', font_class, sym)
579-
_log.warning("Font %r does not have a glyph "
580-
"for %a [U+%x], substituting "
581-
"with a dummy symbol.", new_fontname, sym, uniindex)
579+
_log.warning("Font %r does not have a glyph for %a [U+%x], "
580+
"substituting with a dummy symbol.",
581+
new_fontname, sym, uniindex)
582582
font = self._get_font('rm')
583583
uniindex = 0xA4 # currency char, for lack of anything better
584584
slanted = False

0 commit comments

Comments
 (0)