-
Notifications
You must be signed in to change notification settings - Fork 57
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
please a tutorial for using iwanthue use in R / ggplot2 #7
Comments
I created a simple package to generate an Iwanthue palette in R: https://github.com/hoesler/rwantshue |
Please show me one tutorial, I run the commands, but where is the color On Thu, Jan 22, 2015 at 5:19 AM, Christoph Hösler [email protected]
|
library(rwantshue)
color_scheme <- iwanthue()
color_scheme$hex(8) should produce something like
I use it to scale color in ggplot like this: gg <- gg + scale_color_manual(values = color_scheme$hex(nrow(data))) Does that answer your question? Cheers, Christoph |
Dear Christoph, it answers my question, thanks Samuel On Thu, Jan 22, 2015 at 3:35 PM, Christoph Hösler [email protected]
|
Iwanthue is so nice , will anyone make a tutorial for using iwanthue use in R / ggplot2, thanks
The text was updated successfully, but these errors were encountered: