Mac python-matplotlib-plt 图表中文乱码解决记录

Mac python-matplotlib-plt 图表中文乱码解决记录,第1张

2022-5-7

客户说他的Mac 上matplotlib.plt图表乱码

网上找了很多方法,1.下载字体,2.修改matplotlibrc文件,3.重新安装matplotlib都不行

最好使用了这个方法解决

import matplotlib.pyplot as plt
plt.rcParams['font.sans-serif'] = ['Arial Unicode MS']

欢迎分享,转载请注明来源:内存溢出

原文地址:https://54852.com/langs/873448.html

(0)
打赏 微信扫一扫微信扫一扫 支付宝扫一扫支付宝扫一扫
上一篇 2022-05-13
下一篇2022-05-13

发表评论

登录后才能评论

评论列表(0条)

    保存