revdep/library/curtailment/new/ggthemes/examples/ex-scale_shape_tremmel.R

library("ggplot2")

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

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