plt.rcParams['axes.unicode_minus'] = False %matplotlib inline x=np.arange(0,10) plt.title('这是一个示例标题') plt.plot(x,x*x) plt.show().
確定! 回上一頁