matplotlib 中文乱码

Posted paiandlu

tags:

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

Mac

reference https://blog.csdn.net/qq_32590631/article/details/80509741
reference https://blog.csdn.net/kl28978113/article/details/91047633
不用下载字体

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


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

matplotlib 中文乱码问题

Ubuntu环境下 matplotlib 图例中文乱码

python3 使用matplotlib画图出现中文乱码的情况

matplotlib画图出现乱码情况

Python matplotlib pie饼图中文乱码

Deepin20系统Linux系统中永久解决matplotlib画图中文乱码问题和使用seaborn中文乱码问题