Manually create error bar in Seaborn

Asked

Viewed 10 times

0

I have the error of my calculated data and want to use this information to plot an error bar on the graph. I saw that Seaborn makes automatic, but I want to use my estimate. I’m using the lineplot to try to do this.

sns.lineplot(data=data, x="x", y="y")

If you need more information for an appropriate response just ask.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.