matplotlib绘图中文字符乱码的问题

Posted manbaout

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了matplotlib绘图中文字符乱码的问题相关的知识,希望对你有一定的参考价值。

windows:
plt.rcParams[‘font.sans-serif‘] = [‘SimHei‘] # 指定默认字体
plt.rcParams[‘axes.unicode_minus‘] = False # 解决保存图像是负号‘-‘显示为方块的问题

以上是关于matplotlib绘图中文字符乱码的问题的主要内容,如果未能解决你的问题,请参考以下文章

windows环境下,用python绘图库matplotlib绘图时中文乱码问题

Linux环境下Python3使用Matplotlib绘图中文乱码问题解决实践

matplotlib 中文乱码问题

linux下python matplotlib中文乱码解决

数据可视化包Matplotlib

增加 matplotlib 字符串字体大小