Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

change order of barh matplotlib

ax = df.plot.barh()  # or df.plot(), or similar
ax.invert_yaxis()
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #change #order #barh #matplotlib
ADD COMMENT
Topic
Name
1+4 =