plot.bar()和plot.barh()可以分別繪製垂直和水平的柱狀圖。在繪製柱狀圖時,Series或DataFrame的索引將會被用作x軸刻度(bar)或y軸刻度(barh)(參考 ...
確定! 回上一頁