Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Gilad-Dym opened this issue Jul 7, 2024 · 0 comments
Labels
feature something new P3 not needed for current cycle

Comments

@Gilad-Dym
Copy link

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!

@gvwilson gvwilson self-assigned this Jul 12, 2024
@gvwilson gvwilson removed their assignment Aug 2, 2024
@gvwilson gvwilson added the P3 not needed for current cycle label Aug 12, 2024
@gvwilson gvwilson changed the title feature request: allow to specify min_group_size in graphs that include grouping (e.g. using 'color', 'facet_row/col' etc.) allow to specify min_group_size in graphs that include grouping (e.g. using 'color', 'facet_row/col' etc.) Aug 13, 2024
@gvwilson gvwilson added the feature something new label Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature something new P3 not needed for current cycle
Projects
None yet
Development

No branches or pull requests

2 participants