Python, NumPy, Matplotlib. ... 2.8, 4.3, 6.5], 'g') plt.plot([1, 2, 3, 4], [2.0, 2.5, 3.3, 4.5], 'b') plt.xlabel('X-Axis') plt.ylabel('Y-Axis') plt.show()
確定! 回上一頁