-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Log transform on geom_bar() silently omits layer #2147
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
I think there is a divide-by-zero in there somewhere that leads to infinite coordinate axes. |
|
foo-bar-baz-qux
added a commit
to foo-bar-baz-qux/ggplot2
that referenced
this issue
Jul 16, 2017
… in x or y values being non-finite (tidyverse#2147).
foo-bar-baz-qux
added a commit
to foo-bar-baz-qux/ggplot2
that referenced
this issue
Jul 21, 2017
… in x or y values being non-finite (tidyverse#2147).
Closed in #2210 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After some thinking,
geom_bar()
cannot work withcoord_trans(y = "log10")
(#420 (comment)). An error message (or a warning) would be great, though.The text was updated successfully, but these errors were encountered: