-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Updated the definition of scale_color_continuous #3079
Conversation
…ontinous instead of gradient so that it functions as the documentation states.
Please add a news item to this file: https://github.com/tidyverse/ggplot2/blob/master/NEWS.md |
@clauswilke I have a github snippet for news bullets: Can you please add a bullet to NEWS? It should briefly describe the change and end with |
@hadley might be worth updating that to NEWS.md, I think we've had to correct people editing the NEWS file which I don't think we're using anymore? |
I will add to NEWS.md today. |
…w pointing at scale_colour_continuous()
NEWS.md
Outdated
@@ -1,4 +1,7 @@ | |||
# ggplot2 3.1.0.9000 | |||
|
|||
* `scale_color_continuous()` now points at `scale_colour_continuos()` so that it | |||
will handle `type` = "viridis" as the documentation states (@hlendway, #3079). |
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.
The closing backtick should be after "viridis"
, as in `type = "viridis"`
.
This is good now. Unfortunately there is a merge conflict with the latest version of ggplot2, due to the many changes that have happened in |
Merge remote-tracking branch 'upstream/master' into hjl_tidyverse_dev_day # Conflicts: # NEWS.md
Thanks @clauswilke for the instructions, hopefully that worked OK, please let me know if there are additional things to do. I really appreciate the guidance through the process! |
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/ |
Updated the definition of scale_color_continuous to be scale_colour_continous instead of gradient so that it functions as the documentation states. Fixes issue #3053