We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0b48e8 commit 09195d4Copy full SHA for 09195d4
seaborn/categorical.py
@@ -2015,7 +2015,7 @@ def boxenplot(
2015
2016
- `"tukey"`: Use log2(n) - 3 levels, covering similar range as boxplot whiskers
2017
- `"proportion"`: Leave approximately `outlier_prop` fliers
2018
- - `"trusthworthy"`: Extend to level with confidence of at least `trust_alpha`
+ - `"trustworthy"`: Extend to level with confidence of at least `trust_alpha`
2019
- `"full"`: Use log2(n) + 1 levels and extend to most extreme points
2020
outlier_prop : float
2021
Proportion of data expected to be outliers; used when `k_depth="proportion"`.
0 commit comments