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

library("ggplot2")

p <- ggplot(mtcars, aes(x = mpg, y = hp, shape = factor(cyl))) +
 geom_point()

p + scale_shape_tremmel()
p + scale_shape_circlefill()
p + scale_shape_cleveland()
p + scale_shape_cleveland(overlap = TRUE)
martinlaw/curtailment documentation built on Sept. 25, 2024, 1:33 p.m.