Update boxplot doc (#4014)
Update and improve whisker_width documentation (boxplots).
This commit is contained in:
parent
5a1cd6c00d
commit
a8fc7a0307
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user