本文主要是介绍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的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!