How can I change the opacity of my each bar in barplot by their values seaborn?

前端 未结 0 427
逝去的感伤
逝去的感伤 2020-11-22 16:03

I have a dataframe like this in which I created barplot by seaborn

sns.barplot(x=\'year\', y=\'counts\', data=df, color=\'red\', alpha=df_alpha.alpha)
         


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