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
annotate("segment", ...) doesn't work with dates on x-axis #859
Comments
A simplified test case which eliminates the dependence on
I did not include the version with |
This sounds like a great feature/horrible bug, but unfortunately we don't currently have the development bandwidth to support it/fix it. If you'd like to submit a pull request that implements this feature/fixes this bug, please follow the instructions in the development vignette. |
Fixes bug where `xend` and `yend` were not passed along as coordinates for transformation within `annotate`. This led to the end of segments not appearing in the correct location when a transformation was involved with one of the coordinate scales.
Tried to install the latest development version from github install_github("hadley/ggplot2"), but this problem still persists. |
The patch for this was resubmitted as #950, but that has not been merged into the master branch yet. |
How to reproduce:
This works:
but this doesn't:
I have also posted a question to SO - there may be some additional details there. http://stackoverflow.com/questions/18796386/how-to-use-ggplot2s-annotate-with-dates-in-x-axis
The text was updated successfully, but these errors were encountered: