Skip to content

Commit

Permalink
Merge pull request #3988 from yha/yha/boxplot-whisker-range
Browse files Browse the repository at this point in the history
boxplots docs update: rename range->whisker_range
  • Loading branch information
yha authored Dec 20, 2021
2 parents 5d97de1 + 6022209 commit 3af9290
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/shorthands.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3af9290

Please sign in to comment.