plt.plot(x, y, label='First Line') plt.plot(x2, y2, label='Second Line'). 在这里,我们绘制了我们已经看到的东西,但这次我们添加另一个参数 label 。
確定! 回上一頁