powered by
theme_edi(base_size = 14, base_family = "Helvetica")
library(ggplot2) p <- ggplot(mtcars) + geom_point(aes(x = wt, y = mpg, colour=factor(gear))) + facet_wrap(~am) p p + theme_edi()
Run the code above in your browser using DataLab