You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: exclude facet columns from dodge/jitter group computation
Dodge and jitter used all partition_by columns (including facet columns)
when computing group indices via compute_group_indices(). This inflated
n_groups — e.g., 2 fill groups across 2 facet panels were seen as 4
composite groups, making bars too narrow and offsets incorrect.
Add non_facet_partition_cols() helper that filters facet columns out of
partition_by using spec.facet, and use it in both dodge and jitter.
Closes#254
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments