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)