Seaborn 箱线图的置信区间

Confidence Interval for a Seaborn Boxplot

我看到我可以在海岸点图上设置特定的置信区间 https://stanford.edu/~mwaskom/software/seaborn/generated/seaborn.pointplot.html 但是,对于海岸箱图上的 'notch' 属性,用户似乎没有灵活性指定 CI。有没有办法做到这一点?默认的 seaborn 箱线图缺口的置信度是多少?

seaborn 依赖于 matplotlib 提供的 boxplot - see docs. The default is 95%, but here's 如何自定义的示例。