inst/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)
jrnold/ggthemes documentation built on Feb. 17, 2024, 7:30 a.m.