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