Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de2755c commit 24a043cCopy full SHA for 24a043c
lib/matplotlib/texmanager.py
@@ -200,7 +200,7 @@ def __init__(self):
200
else:
201
mpl.verbose.report('No LaTeX-compatible font found for the '
202
'%s font family in rcParams. Using '
203
- 'default.' % ff, 'helpful')
+ 'default.' % font_family, 'helpful')
204
setattr(self, font_family_attr, self.font_info[font_family])
205
fontconfig.append(getattr(self, font_family_attr)[0])
206
# Add a hash of the latex preamble to self._fontconfig so that the
0 commit comments