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: