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 d31ba4e commit 0823022Copy full SHA for 0823022
1 file changed
lib/matplotlib/font_manager.py
@@ -270,6 +270,7 @@ def get_fontconfig_fonts(fontext='ttf'):
270
271
fontfiles = {}
272
try:
273
+ warnings.warn('Matplotlib is building the font cache using fc-list. This may take a moment.')
274
pipe = subprocess.Popen(['fc-list', '--format=%{file}\\n'],
275
stdout=subprocess.PIPE,
276
stderr=subprocess.PIPE)
0 commit comments