python學習 -- matplotlib繪製圖形

matplotlib繪製的圖形種類如下表所示: 函數 圖形 plt.plot 折線圖 plt.hist 直方圖(柱形圖) plt.scatter 散點圖 plt.pie 餅圖 繪製折線圖plt.plot [1, 3, 5, 7, 9] 爲x軸座標 1, 9, 13, 19, 20] 爲y軸座標 import matplotlib.pyplot as plt plt.plot([1, 3, 5,
相關文章
相關標籤/搜索