Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9fceadf

Browse filesBrowse files
CarreauQuLogic
andauthored
Update lib/matplotlib/_mathtext.py
Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
1 parent 90a753b commit 9fceadf
Copy full SHA for 9fceadf

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎lib/matplotlib/_mathtext.py

Copy file name to clipboardExpand all lines: lib/matplotlib/_mathtext.py
+3-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.