theme_mwk.RdMy ggplot2 theme
theme_mwk(base_size = 12, base_family = "Roboto Condensed", dark = "#24292e", light = "#ffffff", gray = "#ededed", caption = TRUE) theme_mwk_caption_text()
| base_size | Base font size |
|---|---|
| base_family | Font family. |
| dark | Primary forefront color. |
| light | Primary background color. |
| gray | Gray color. |
| caption | Text to use as source caption. |
My ggplot2 theme (similar to theme_minimal/theme_bw)