theme_ddf_light | R Documentation |
A pleasing light theme for ggplot graphics.
theme_ddf_light( base_size = 12, base_family = extrafont::choose_font(fonts = "Bahnschrift") )
base_size |
The font size to display. Defaults to 12. |
base_family |
The font to display. Defaults to 'Bahnschrift' - a font in the extrafont library. |
ggplot(data = txhousing, mapping = aes(x = date, y = median)) + geom_point(alpha = 0.1) + theme_ddf_light()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.