Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c4a94e5

Browse filesBrowse files
committed
Merge pull request #5640 from notmatthancock/master
Warning message prior to fc-list command
1 parent 7c05dee commit c4a94e5
Copy full SHA for c4a94e5

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎lib/matplotlib/font_manager.py

Copy file name to clipboardExpand all lines: lib/matplotlib/font_manager.py
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ def get_fontconfig_fonts(fontext='ttf'):
276276

277277
fontfiles = {}
278278
try:
279+
warnings.warn('Matplotlib is building the font cache using fc-list. This may take a moment.')
279280
pipe = subprocess.Popen(['fc-list', '--format=%{file}\\n'],
280281
stdout=subprocess.PIPE,
281282
stderr=subprocess.PIPE)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.