This is a complete theme for ggplot2. This is built based on Tufte's principles of graphical excellence.
1 |
1 2 3 4 5 6 | ggplot(mtcars, aes(mpg,disp,color=factor(carb))) +
geom_point(size=3) +
labs(title="Scatter Plot",
subtitle = "theme_seagull()",
caption = "Data: mtcars") +
theme_seagull()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.