-
Notifications
You must be signed in to change notification settings - Fork 2.1k
geom_dotplot negates free y scale from facet_wrap #1618
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
Comments
edit: My recollection was off when I tried to make sense of this initially. I have fixed the issue in PR #1622. |
has2k1
added a commit
to has2k1/ggplot2
that referenced
this issue
Apr 26, 2016
The computed y limits depend on both the group & panel. This ensures that the scale trainning does not get wrong (global y limits) input. Fixes tidyverse#1618
has2k1
added a commit
to has2k1/ggplot2
that referenced
this issue
Aug 24, 2016
The computed y limits depend on both the group & panel. This ensures that the scale trainning does not get wrong (global y limits) input. Fixes tidyverse#1618
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When binning the dotplot on the y axis, the
facet_wrap
free y scale is negated. This is new behavior - is it by design?p1 + geom_dotplot(binaxis = "y")
The text was updated successfully, but these errors were encountered: