Python數據分析之Matplotlib-II

6 基本圖表繪製 plt.plot() 函數 說明 plt.plot(x, y, fmt,...) 繪製一個座標圖 plt.boxplot(data, notch, position) 繪製一個箱型圖 plt.bar(left, height, width, bottom) 繪製一個條形圖 plt.barh(width, bottom, left, height) 繪製一個橫向條形圖 plt.po
相關文章
相關標籤/搜索