RuntimeWarning: Glyph 21508 missing from current font.pandas画图当前字体缺少报错

RuntimeWarning: Glyph 21508 missing from current font.pandas画图当前字体缺少报错_第1张图片

解决办法一

#正常显示图里的中文
from pylab import mpl
mpl.rcParams['font.sans-serif'] = ['SimHei']

解决办法二

自行配置字体

你可能感兴趣的:(python,开发语言)