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
coord_trans() causes geom_hline() to draw incomplete lines #2812
Comments
coord_trans
causes geom_hline
to draw incomplete lines
Duplicate of #2149? |
clauswilke
added a commit
to wilkelab/ggplot2_archive
that referenced
this issue
Aug 10, 2018
clauswilke
added a commit
to wilkelab/ggplot2_archive
that referenced
this issue
Aug 10, 2018
clauswilke
added a commit
to wilkelab/ggplot2_archive
that referenced
this issue
Aug 11, 2018
Thanks @clauswilke, look forward to your fix. |
clauswilke
added a commit
to wilkelab/ggplot2_archive
that referenced
this issue
Aug 17, 2018
clauswilke
added a commit
to wilkelab/ggplot2_archive
that referenced
this issue
Aug 22, 2018
clauswilke
added a commit
to wilkelab/ggplot2_archive
that referenced
this issue
Aug 23, 2018
clauswilke
added a commit
that referenced
this issue
Aug 23, 2018
* rename range() function of coord to backtransform_range() * update news. closes #2149, #2812 * add range backtransformation function. closes #2820. * fix typo in coord code * add backtransform_range() to coord_map * update summarise_layout to use backtransform_range() instead of range(). * Update coord documentation * undo API cleanup * update documentation * rebase * fix remaining issue from rebase
This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/ |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
geom_hline
draws incomplete lines when used together withcoord_trans
, regardless of their respective order of addition.The text was updated successfully, but these errors were encountered: