码迷,mamicode.com
首页 > 其他好文 > 详细

matplotlib提示RuntimeWarning: Glyph 20998 missing from current font

时间:2020-01-29 00:59:28      阅读:1246      评论:0      收藏:0      [点我收藏+]

标签:lock   current   使用   sim   from   atp   runtime   画图   mat   

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

RuntimeWarning: Glyph 20998 missing from current font

技术图片

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

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

matplotlib提示RuntimeWarning: Glyph 20998 missing from current font

标签:lock   current   使用   sim   from   atp   runtime   画图   mat   

原文地址:https://www.cnblogs.com/zmichael/p/12239421.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!