inst/examples/ex-scale_shape_tableau.R

\dontrun{
library("ggplot2")

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