allow to specify min_group_size in graphs that include grouping (e.g. using 'color', 'facet_row/col' etc.)
未關閉
還沒有人認領這個 Issue。
feature
P3
- 主要語言
- Python
- 星號
- 18.8k
- 分支
- 2.8k
- 平均合併
- 16 小時 26 分鐘
- 30 天內合併 PR
- 21
描述
when using 'grouped' plots, we'd often like to see trends/differentations between separate groups.
however, it is common that some of the groups are very 'small', thus the data shown for them is confusing (and sometunes also distorts the rest of the plot, because the range can be very large).
i think allowing specification of min_group_size (Optional[int]) can be very beneficial, mitigating this issue, and eliminating the need of boilerplate code from the user side.
thank you for all your great work!
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
首先追蹤支援 color、facet_row 和 facet_col 的分組繪圖路徑,然後檢查其現有測試與分組行為。定義 Optional[int] min_group_size 應如何套用於這些分組選項,包括無效值或省略值。完成的標準是:小型群組能一致地被排除,而不需要使用者自行篩選,並且涵蓋受支援的分組情境。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- python
- 領域
- data-visualization
- Issue 類型
- 功能
- 難度
- 5/5
- 預估耗時
- 一週以上
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100