Seaborn Boxplot的置信区间

时间:2016-05-02 17:45:37

标签: pandas matplotlib boxplot seaborn confidence-interval

我看到我可以在海岸点地块https://stanford.edu/~mwaskom/software/seaborn/generated/seaborn.pointplot.html上设置一个特定的置信区间,但是,对于“缺口”#39;在seaboard box plot上的属性似乎没有用户指定CI的灵活性。有没有办法做到这一点?默认的seaborn box plot缺口的置信度是多少? enter image description here

1 个答案:

答案 0 :(得分:2)

seaborn依赖于boxplot - see docs提供的matplotlib。默认值为95%,但here's是一个如何自定义的示例。