How to alphabetize x labels and change colors in pandas bar plot?

后端 未结 0 1769
名媛妹妹
名媛妹妹 2020-12-04 10:14

So I have this code that is creating a bar chart, but as it is now, the x-label is in descending order.

unq1 = df1[\'Category\'].value_counts()
unq1.plot(kind         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题