revdep/library/curtailment/old/ggthemes/examples/ex-theme_gdocs.R

library("ggplot2")

p <- ggplot(mtcars) +
  geom_point(aes(x = wt, y = mpg, colour = factor(gear))) +
  facet_wrap(~am)
p + theme_gdocs() + scale_color_gdocs()
martinlaw/curtailment documentation built on Sept. 25, 2024, 1:33 p.m.