This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Description
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