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

Skip to content

Commit 18ea5ed

Browse files
committed
Downgrade symbol substitution log to info level.
Fixes #17998.
1 parent 8443fae commit 18ea5ed

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/matplotlib/mathtext.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -857,8 +857,7 @@ def _get_glyph(self, fontname, font_class, sym, fontsize, math=True):
857857
fname = g[0].family_name
858858
if fname in list(BakomaFonts._fontmap.values()):
859859
fname = "Computer Modern"
860-
_log.warning("Substituting symbol {} "
861-
"from {}".format(sym, fname))
860+
_log.info("Substituting symbol %s from %s", sym, fname)
862861
return g
863862

864863
else:

0 commit comments

Comments
 (0)