Examples for 'ggthemes::scale_shape_tremmel'


Shape scales from Tremmel (1995)

Aliases: scale_shape_tremmel

Keywords:

### ** Examples

library("ggplot2")

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

p + scale_shape_tremmel()
plot of chunk example-ggthemes-scale_shape_tremmel-1
p + scale_shape_tremmel(alt = TRUE)
plot of chunk example-ggthemes-scale_shape_tremmel-1
p + scale_shape_tremmel(overlap = TRUE)
plot of chunk example-ggthemes-scale_shape_tremmel-1

[Package ggthemes version 4.2.4 Index]