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

library("ggplot2")

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