Boxplot: Set Whisker options
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 18.3k
- Forks
- 2k
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 28
Description
Problem: Boxplot Whiskers can map to different data – sometimes this is +- 1.5 times the interquartil range, sometime the 5th and 95th percentile etc. In the box documentation, it is state that plotly uses the +-1.5 IQR as a standard. It is also stated that the boxpoints option allows other options, but seemingly boxpoints sets the displaying sof catterpoint and not of whiskers.
Proposed Solution: An option for setting what the whiskers mean. Candidates for this option would:
- n * IQR (for a +-1.5* the IQR, like the current default)
- nth percentiles (for something like a 5%/95% position)
- n*sd (for a +- 1 standard deviation position)
Or, if that option(s) already exists, a hint in the docuementation on how to set them.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the boxplot documentation linked in the issue and inspect how the existing boxpoints option is described. Determine whether whisker behavior is already configurable or whether a new option is needed, then define and document the supported IQR, percentile, or standard-deviation behavior. Done means the chosen whisker settings work and the boxplot documentation explains how to use them.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100