Boxplot: Set Whisker options
まだ誰も着手していません。
- 主要言語
- JavaScript
- スター
- 18.3k
- フォーク
- 2k
- 平均マージ
- 2日 12時間
- マージ済み PR(30日)
- 28
説明
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.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
issue にリンクされている boxplot のドキュメントから始め、既存の boxpoints オプションがどのように説明されているかを確認します。ひげの挙動がすでに設定可能なのか、それとも新しいオプションが必要なのかを判断し、そのうえで、IQR、パーセンタイル、または標準偏差に基づくサポート対象の挙動を定義してドキュメント化します。選択したひげの設定が機能し、boxplot のドキュメントでその使い方が説明されていれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- javascript
- 領域
- data-visualization
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100