scale_fill_solarized | R Documentation |
See solarized_pal()
for details.
scale_fill_solarized(accent = "blue", ...)
scale_colour_solarized(accent = "blue", ...)
scale_color_solarized(accent = "blue", ...)
accent |
|
... |
Arguments passed on to
|
Other solarized colour:
solarized_pal()
library("ggplot2")
p <- ggplot(mtcars) +
geom_point(aes(x = wt, y = mpg, colour = factor(gear))) +
facet_wrap(~am)
p + theme_solarized() +
scale_colour_solarized()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.