matplotlib.pyplot module提供許多繪圖指令(與matlab語法非常相近),這邊介紹繪製 ... y, 'r') # red line without marker plt.show() plt.plot(x, y, 'b-o') # blue ...
確定! 回上一頁