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.
2 parents b0393e9 + 623bc8f commit 3419eb8Copy full SHA for 3419eb8
1 file changed
lib/matplotlib/backends/backend_pgf.py
@@ -26,7 +26,7 @@
26
system_fonts = []
27
for f in font_manager.findSystemFonts():
28
try:
29
- system_fonts.append(FT2Font(str(f).family_name))
+ system_fonts.append(FT2Font(str(f)).family_name)
30
except RuntimeError:
31
pass # some fonts on osx are known to fail, print?
32
except:
0 commit comments