Macbook端:解决使用matplotlib.pyplot画图包含中文乱码显示问题SimHei

 macOs系统,会出现问题:findfont: Generic family 'sans-serif' not found because none of the following families were found: SimHei

解决:

1.输入以下代码,查看字体路径:

import matplotlib
print(matplotlib.matplotlib_fname())

结果如下:xxxxxxxxxxxx/matplotlib/mpl-data/matplotlibrc

2. 下载所需要字体SimHei

http://129.204.205.246/downloads/SimHei.ttf

官网太慢 请直接复制上述网站

将下载的文件放在:

xxxxxxxxxx/matplotlib/mpl-data/fonts/ttf/路径下

3. 删除matplotlib的字体缓存

import matplotlib
print(matplotlib.get_cachedir())

结果如下:xxxx/.matplotlib

删除.matplotlib 这个文件

4. 修改matplotlibrc文件

 路径为第1步中的:xxxxxxxxxxxx/matplotlib/mpl-data/matplotlibrc

双击matplotlib,在文本中进行修改,仔细寻找下列语句,无脑修改即可

修改如下:

# 去掉前面的#号
font.family:  sans-serif
# 去掉前面的#号,并在:号后面加上SimHei
font.sans-serif: SimHei, DejaVu Sans, Bitstream Vera Sans, Computer Modern Sans Serif, Lucida Grande, Verdana, Geneva, Lucid, Arial, Helvetica, Avant Garde, sans-serif
# 去掉前面的#号,并将True改为False
axes.unicode_minus: False

5.重新运行程序  大功告成!!!

评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

心想市成

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值