Seaborn情节中的Barplot排序

时间:2018-11-16 14:29:44

标签: python sorting seaborn

我正在尝试对seaborn库使用barplot,但是无法使我的图按Y轴的最大值(“ upspw”)排序。我在做什么错了?

attribute2_count=sns.barplot(x="attribute_2", y="upspw", data=df.sort_values("upspw"), palette="spring")

Barplot

0 个答案:

没有答案