from matplotlib import pyplot as plt #資料在x軸的位置, ... 了所有要繪製出的圖示plt.plot(x,y)#傳入x和y 通過plot繪製出折線圖plt.show()#在程式 ...
確定! 回上一頁