plotly.py icon indicating copy to clipboard operation
plotly.py copied to clipboard

allow to specify min_group_size in graphs that include grouping (e.g. using 'color', 'facet_row/col' etc.)

Open Gilad-Dym opened this issue 1 year ago • 0 comments

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!

Gilad-Dym avatar Jul 07 '24 06:07 Gilad-Dym