I´m working with some plots on seaborn and getting the wrong colors, E.G.
For this plot intead of red, I´m getting a pink plot:
sns.distplot(df.X.sample(10), bins=25, norm_hist=False,kde=False,color="Red")
This in the only configuration I made:
sns.set()
sns.set_style("whitegrid")