问题
I see that I can set a specific confidence interval on a seaboard point plot https://stanford.edu/~mwaskom/software/seaborn/generated/seaborn.pointplot.html however, for the 'notch' attribute on the seaboard box plot there seems to be no flexibility for the user to Specify the CI. Is there a way to do this? What is the confidence level of the default seaborn box plot notch?
回答1:
seaborn
relies on boxplot
provided by matplotlib
- see docs. The default is 95%, but here's an example how to customize.
来源:https://stackoverflow.com/questions/36988428/confidence-interval-for-a-seaborn-boxplot