theme_hanno | R Documentation |
This is my ggplot theme
theme_hanno(fontsize = 15, facet_alt = F)
fontsize |
Selecte fontsize, default is 15 |
facet_alt |
Facet strips with white BG |
This is a custom ggplot theme. You can change the font size and the font family.
ggplot(iris, aes(x = Sepal.Length, y = Sepal.Width)) +
geom_point() +
theme_hanno(fontsize = 15)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.