powered by
Default theme
theme_ez(base_size = 11, base_family = "")
theme
base font size
base fond family
library(ggplot2) ggplot(mtcars) + geom_point(aes(cyl, mpg)) + theme_ez()
Run the code above in your browser using DataLab