Answers for "change order of barh matplotlib"

0

change order of barh matplotlib

ax = df.plot.barh()  # or df.plot(), or similar
ax.invert_yaxis()
Posted by: Guest on October-09-2020

Code answers related to "change order of barh matplotlib"

Python Answers by Framework

Browse Popular Code Answers by Language