2020-02-23
阅读量:
1046
Jupyter 绘图中文显示乱码
在jupyter Notebook输入下面的代码就可以正常显示中文
import matplotlib.pyplot as plt
plt.rcParams['font.sans-serif']=['SimHei']
plt.rcParams['axes.unicode_minus']=False






评论(0)


暂无数据
推荐帖子
0条评论
0条评论
3条评论