boxplots: rename range->whisker_range

This commit is contained in:
yha 2021-12-07 19:13:32 +02:00
parent 5dd0ca27a5
commit 60222095b6

View File

@ -348,8 +348,8 @@ Make a box and whisker plot.
# Keyword arguments # Keyword arguments
- `notch`: Bool. Notch the box plot? (false) - `notch`: Bool. Notch the box plot? (false)
- `range`: Real. Values more than range*IQR below the first quartile - `whisker_range`: Real. Whiskers extend `whisker_range`*IQR below the first quartile
or above the third quartile are shown as outliers (1.5) and above the third quartile. Values outside this range are shown as outliers (1.5)
- `outliers`: Bool. Show outliers? (true) - `outliers`: Bool. Show outliers? (true)
- `whisker_width`: Real or Symbol. Length of whiskers (:match) - `whisker_width`: Real or Symbol. Length of whiskers (:match)