We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See bullet points at the end of http://stackoverflow.com/questions/29068867/plotly-not-getting-geom-text-in-r-ggplot/29086989#29086989
/cc @chriddyp @tdhock @cpsievert
The text was updated successfully, but these errors were encountered:
I recently added some code to support this (along with the error-bars merging code)
https://github.com/ropensci/plotly/blob/master/R/ggplotly.R#L712-L757
There are some tests for merging lines, points, and error bars
https://github.com/ropensci/plotly/blob/master/tests/testthat/test-mean-error-bars.R
but I guess we need to add some tests for the case of just geom_point and geom_line (no error bars).
Sorry, something went wrong.
FWIW, this is the new approach to merging -- https://github.com/ropensci/plotly/blob/78e4612597a4ba3e3b95ad2747867363613d1448/R/ggplotly.R#L610-L628
I rarely ever see anyone wanting to plot text and points at the same x/y so I don't think this is really worth the effort
No branches or pull requests
See bullet points at the end of http://stackoverflow.com/questions/29068867/plotly-not-getting-geom-text-in-r-ggplot/29086989#29086989
/cc @chriddyp @tdhock @cpsievert
The text was updated successfully, but these errors were encountered: