我刚刚升级到matplotlib(1.5.1)的最新稳定版本,每次我导入matplotlib我收到此消息:
/usr/local/lib/python2.7/dist-packages/matplotlib/font_manager.py:273: UserWarning: Matplotlib is building the font cache using fc-list. This may take a moment.
warnings.warn('Matplotlib is building the font cache using fc-list. This may take a moment.')
Run Code Online (Sandbox Code Playgroud)
...总是停顿几秒钟.
这是预期的行为吗?以前是否也一样,但是没有印刷的信息?
如何在我的计算机上使用我的字体库中的任何类型的字体(例如*otf或者*ttf)matplotlib?