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

Skip to content

Commit 852c08e

Browse files
authored
Merge pull request #18175 from QuLogic/log-font-subst
Downgrade symbol substitution log to info level.
2 parents 5c4eeac + 18ea5ed commit 852c08e

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)