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 错误