View Post python中画图显示中文 from pylab import * mpl.rcParams[\'font.sans-serif\'] = [\'SimHei\'] #有效的方法 画出的图形无法显示,加上: %matplotlib inline 相关文章: