Is there a way to sort a time series in chronological order using Seaborn Countplot

前端 未结 0 476
北海茫月
北海茫月 2021-01-30 05:46

I\'m using Seaborn to create some nice graphs.

plt.figure(figsize=(12,8))
sns.countplot(x="day_name_complete", data=df_fuze)
plt.show()

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