From 364246d7beb784ce81a58f35005c1e62d1e3c9fa Mon Sep 17 00:00:00 2001 From: yha Date: Tue, 7 Dec 2021 19:13:32 +0200 Subject: [PATCH] boxplots: rename range->whisker_range --- src/shorthands.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/shorthands.jl b/src/shorthands.jl index 923ed5a4..0e776533 100644 --- a/src/shorthands.jl +++ b/src/shorthands.jl @@ -348,8 +348,8 @@ Make a box and whisker plot. # Keyword arguments - `notch`: Bool. Notch the box plot? (false) -- `range`: Real. Values more than range*IQR below the first quartile - or above the third quartile are shown as outliers (1.5) +- `whisker_range`: Real. Whiskers extend `whisker_range`*IQR below the first quartile + and above the third quartile. Values outside this range are shown as outliers (1.5) - `outliers`: Bool. Show outliers? (true) - `whisker_width`: Real or Symbol. Length of whiskers (:match)