-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Added new function geom_curve #1088
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
Conversation
#' \Sexpr[results=rd,stage=build]{ggplot2:::rd_aesthetics("geom", "curve")} | ||
#' | ||
#' @inheritParams geom_point | ||
#' @param curvature see curveGrob |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think @inheritParams grid::curveGrob
would be more useful here
Overall idea looks good. Also needs a merge/rebase and a bullet point in NEWS |
I hope I understood your suggestions correctly. I tried to include everything and did a merge/rebase and updated NEWS. If something still needs to be done, just let me know. |
@@ -50,6 +53,8 @@ ggplot2 1.0.1.9000 | |||
* Improved documentation for `aes()` and many geoms and scales. I've tried | |||
to reduce the use of `...` so that you can see all the documentation in one | |||
place rather than having to navigate through multiple pages. | |||
* Added new function geom_curve to add curved lines to plot (similar to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like something went wrong here - the bullet is duplicated
Thanks for your patience. I hope, this time everything is OK. |
Looks good - thanks! |
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/ |
No description provided.