From 3d276483d516726235b908dd26b0259d11af8909 Mon Sep 17 00:00:00 2001 From: Akash Goel Date: Sun, 6 Sep 2026 23:12:14 -0700 Subject: [PATCH] Fix typos in the documentation --- docs/plots/boxenplot.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plots/boxenplot.rst b/docs/plots/boxenplot.rst index a425eb9..3af8471 100644 --- a/docs/plots/boxenplot.rst +++ b/docs/plots/boxenplot.rst @@ -51,7 +51,7 @@ Draw an enhanced box plot for larger datasets. Method to use for the width of the letter value boxes: - "exponential": Represent the corresponding percentile - "linear": Decrease by a constant amount for each box - "area": Represent the density of data points in that box ``k_depth`` *(str or int, default: 'tukey')* - The number of levels to compute and draw in each tail: - "tukey": Use log2(n) - 3 levels, covering similar range as boxplot whiskers - "proportion": Leave approximately outlier_prop fliers - "trusthworthy": Extend to level with confidence of at least trust_alpha - "full": Use log2(n) + 1 levels and extend to most extreme points + The number of levels to compute and draw in each tail: - "tukey": Use log2(n) - 3 levels, covering similar range as boxplot whiskers - "proportion": Leave approximately outlier_prop fliers - "trustworthy": Extend to level with confidence of at least trust_alpha - "full": Use log2(n) + 1 levels and extend to most extreme points ``outlier_prop`` *(float, default: 0.007)* Proportion of data expected to be outliers; used when k_depth="proportion".