You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In seaborn, when we use sns.pointplot, it calculates the confidence interval using a simple bootstrap if there's multiple values for a given x, and it's very handy. I think it would be awesome if plotly express could do something like that in an easy manner. Currently I have to calculate individually and manually these confidence intervals to plot in plotly.
In seaborn, when we use
sns.pointplot, it calculates the confidence interval using a simple bootstrap if there's multiple values for a given x, and it's very handy. I think it would be awesome if plotly express could do something like that in an easy manner. Currently I have to calculate individually and manually these confidence intervals to plot in plotly.This is an example of a pointplot:
http://mitalbalar.com/img/output_29_0.png