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

🩹 Turn off size fallback from GeomBar #6281

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

teunbrand
Copy link
Collaborator

This PR aims to fix #4848.

Briefly, geom_bar() does not have the size aesthetic, but the 3.4.0 fallback mechanism generated an awkward scale when using stat = "sum". This turns off the fallback mechanism for this geom, but perhaps a larger conversation to be had is when the fallback should be turned off in general. Turning off the fallback also turns off the awkward legend that the issue was about in the first place.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

n legend with single value 1 when using geom_bar(stat = "sum")
1 participant