Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit0823022

Browse files
committed
Merge pull request#5640 from notmatthancock/master
Warning message prior to fc-list command
1 parentd31ba4e commit0823022

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎lib/matplotlib/font_manager.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ def get_fontconfig_fonts(fontext='ttf'):
270270

271271
fontfiles= {}
272272
try:
273+
warnings.warn('Matplotlib is building the font cache using fc-list. This may take a moment.')
273274
pipe=subprocess.Popen(['fc-list','--format=%{file}\\n'],
274275
stdout=subprocess.PIPE,
275276
stderr=subprocess.PIPE)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp