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.