Update boxplot doc

Update and improve whisker_width documentation (boxplots).
This commit is contained in:
Diego Javier Zea 2021-12-21 14:42:54 +01:00 committed by GitHub
parent 492f94bf10
commit b9a1505cff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -351,7 +351,7 @@ Make a box and whisker plot.
- `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)
- `whisker_width`: Real or Symbol. Length of whiskers; the options are `:match` to match the box width, `:half`, or a number to indicate the total length. (:half)
# Example
```julia-repl