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