Add facet support for all Plotly Express trace types
まだ誰も着手していません。
- 主要言語
- Python
- スター
- 18.8k
- フォーク
- 2.8k
- 平均マージ
- 16時間 26分
- マージ済み PR(30日)
- 21
説明
Currently, several Plotly Express trace types do not support the facet parameter:
- Faceting: the 2D-cartesian plotting functions support row, column and wrapped facetting with
facet_row,facet_colandfacet_col_wraparguments.
This means scatter_3d, line_3d, scatter_ternary, line_ternary, scatter_polar, line_polar, bar_polar, scatter_mapbox, choropleth_mapbox, density_mapbox, line_mapbox, scatter_matrix, parallel_coordinates, parallel_categories, pie, sunburst, treetop, funnel_area do not support facets.
It'd be nice to add this parameter!
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、一覧にある Plotly Express の trace-type 関数と、facet_row、facet_col、facet_col_wrap を使用した既存の 2D-cartesian facet の動作を調査します。scatter_3d、ternary、polar、mapbox、matrix、coordinate、pie、sunburst、treemap、funnel-area の各関数で facet サポートがどのように表現されているかを確認します。一覧にある trace type で要求された facet パラメーターが一貫して機能し、その動作がカバレッジに含まれていれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- data-visualization
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 静か
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 35/100