This function allows you to add the MEDSL theme to your ggplot graphs.
1 |
1 2 3 4 5 6 7 | ## Not run:
ggplot(mtcars, aes(mpg, disp, color = factor(carb))) +
geom_point(size = 3) +
ggmedsl() +
scale_fill_medsl()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.