inst/examples/ex-scale_shape_stata.R

\dontrun{
library("ggplot2")

p <- ggplot(mtcars) +
     geom_point(aes(x = wt, y = mpg, shape = factor(gear))) +
     facet_wrap(~am)
p + theme_stata() + scale_shape_stata()
}
jrnold/ggthemes documentation built on Feb. 17, 2024, 7:30 a.m.