Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Log transform on geom_bar() silently omits layer #2147
Comments
|
I think there is a divide-by-zero in there somewhere that leads to infinite coordinate axes. |
|
|
karawoo
added feature coord
labels
Jun 14, 2017
foo-bar-baz-qux
added a commit
to foo-bar-baz-qux/ggplot2
that referenced
this issue
Jul 16, 2017
|
|
foo-bar-baz-qux |
1ece1d7
|
foo-bar-baz-qux
referenced
this issue
Jul 16, 2017
Merged
Add warning for coord_trans() when resulting x/y value becomes non-finite (#2147) #2210
foo-bar-baz-qux
added a commit
to foo-bar-baz-qux/ggplot2
that referenced
this issue
Jul 21, 2017
|
|
foo-bar-baz-qux |
1564029
|
karawoo
added a commit
that referenced
this issue
Jul 25, 2017
|
|
foo-bar-baz-qux + karawoo |
1477187
|
|
Closed in #2210 |
karawoo
closed this
Jul 25, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
krlmlr commentedMay 29, 2017
After some thinking,
geom_bar()cannot work withcoord_trans(y = "log10")(#420 (comment)). An error message (or a warning) would be great, though.