matplotlib提示RuntimeWarning: Glyph 20998 missing from current font

Posted zmichael

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了matplotlib提示RuntimeWarning: Glyph 20998 missing from current font相关的知识,希望对你有一定的参考价值。

使用matplotlib画图报错,情况如下

RuntimeWarning: Glyph 20998 missing from current font

技术图片

查询后初步发现是matplotlib找不到字体,需要自行设置一下:

plt.rcParams['font.sans-serif']=['SimHei']

以上是关于matplotlib提示RuntimeWarning: Glyph 20998 missing from current font的主要内容,如果未能解决你的问题,请参考以下文章

linux 使用 Python 画图工具matplotlib 提示display 错误

python用matplotlib画图提示Fail to allocate bitmap

在windows的python里面安装matplotlib

matplotlib安装问题解决

matplotlib库的五个优点和缺点

Matplotlib:更改轴的颜色