theme_diane.Rd
Very sober graphical theme.
theme_diane(...)
Arguments passed to [ggplot2::theme()].
library(ggplot2) g <- ggplot(mpg, aes(class)) + geom_bar() g g + theme_diane()