gpt4 book ai didi

python - Matplotlib 在我的 Linux 机器上找不到安装的字体

转载 作者:太空狗 更新时间:2023-10-29 21:36:33 25 4
gpt4 key购买 nike

我正在尝试在 Python 3 下使用 matplotlib(版本 1.4.2)绘制 xkcd 风格的绘图。

当我尝试运行时:

import matplotlib.pyplot as plt
plt.xkcd()
plt.plot([1,2,3,4], [1,4,9,16], 'bo')
plt.axis([0, 6, 0, 20])
plt.show()

它打开一个没有任何图像的空窗口,我得到错误:

/usr/lib/python3/dist-packages/matplotlib/font_manager.py:1279: UserWarning: findfont: Font family ['Humor Sans', 'Comic Sans MS', 'StayPuft'] not found. Falling back to Bitstream Vera Sans
(prop.get_family(), self.defaultFamily[fontext]))
/usr/lib/python3/dist-packages/matplotlib/font_manager.py:1289: UserWarning: findfont: Could not match :family=Bitstream Vera Sans:style=normal:variant=normal:weight=normal:stretch=normal:size=medium. Returning /usr/share/matplotlib/mpl-data/fonts/ttf/STIXSizOneSymReg.ttf
UserWarning) Exception in Tkinter callback

我安装了 Humor Sans。我用 fc-list | 检查了它grep 幽默。它还可以在其他程序中使用,例如 Libre Office。我也安装了 staypuft。这还不够吗?

上面相同的代码但没有 plt.xkcd() 位可以完美运行。

plt.show() 的替代方案,如 pylab.savefig() 也不适用于 xkcd 代码,但在不使用 xkcd 的情况下使用相同的代码不会有任何问题。

最佳答案

如果您在安装 matplotlib 后添加新字体,请尝试删除字体缓存。 Matplotlib 将不得不重建缓存,从而添加新字体。

它可能位于 ~/.matplotlib/fontList.cache~/.cache/matplotlib/fontList.json 下。

关于python - Matplotlib 在我的 Linux 机器上找不到安装的字体,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37920935/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com