powered by
Le-Huynh's ggplot2 theme: white background, black axis, black text
lehuynh_theme(base_size = 11, base_family = "", ...)
An object as returned by ggplot2::theme()
ggplot2::theme()
Base font size
Base font family
Passed to ggplot2::theme()
ggplot2::theme(), ggplot2::theme_bw()
ggplot2::theme_bw()
library(ggplot2) fig <- ggplot(mtcars, aes(y = mpg, x = disp)) + geom_point(aes(colour = factor(cyl))) fig fig + lehuynh_theme()
Run the code above in your browser using DataLab