标签: python sorting seaborn
我正在尝试对seaborn库使用barplot,但是无法使我的图按Y轴的最大值(“ upspw”)排序。我在做什么错了?
attribute2_count=sns.barplot(x="attribute_2", y="upspw", data=df.sort_values("upspw"), palette="spring")
Barplot