Update boxplot doc (#4014)

Update and improve whisker_width documentation (boxplots).
This commit is contained in:
Diego Javier Zea 2021-12-29 13:30:00 +01:00 committed by Zhanibek
parent 5a1cd6c00d
commit a8fc7a0307

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