Very sober graphical theme.

theme_diane(...)

Arguments

...


Arguments passed to [ggplot2::theme()].

Examples

library(ggplot2) g <- ggplot(mpg, aes(class)) + geom_bar() g
g + theme_diane()