Skip to content
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

Create alias for colors= in scale_color_gradientn() #1290

Closed
beroe opened this issue Aug 25, 2015 · 1 comment
Closed

Create alias for colors= in scale_color_gradientn() #1290

beroe opened this issue Aug 25, 2015 · 1 comment

Comments

@beroe
Copy link

beroe commented Aug 25, 2015

Not sure if this has been addressed before, or if it is by design: It works if you spell colours= as an argument for scale_color_gradientn but not if you put colors=

   + scale_color_gradientn(colors = rainbow(4))  # fails      
   + scale_color_gradientn(colours = rainbow(4))  # works
@kellieotto
Copy link

Aha. I just had the same problem.

@hadley hadley closed this as completed in ceffa5d Oct 13, 2015
@lock lock bot locked as resolved and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants