📜  barh matplotlib 的更改顺序 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:04.508000             🧑  作者: Mango

代码示例1
ax = df.plot.barh()  # or df.plot(), or similar
ax.invert_yaxis()