首页 > 其他分享> > 使用matplotlib画图解决中文乱码 使用matplotlib画图解决中文乱码 2020-12-12 12:32:52 作者:互联网 彻底解决matplotlib中文乱码问题 在使用matplotlib画图时使用语句 plt .rcParams['fon.sans-serif'] = ['SimHei'] 报错 KeyError: 'fon.sans-serif' 其他文章尝试后无法解决问题,解决方案: 参考文章 标签:sans,画图,matplotlib,乱码,serif,fon 来源: https://blog.csdn.net/weixin_46000841/article/details/111058950