barh 可以将柱形横向,以下为一个横向+堆叠的例子:. ( df.loc[:6] # 取部分 .set_index('name') # 设为索引 .plot .barh(stacked=True) # 柱状图, ...
確定! 回上一頁