``` R ggplot(data = mpg) + geom_point(mapping = aes(x = displ, y = hwy, shape = class)) ``` not two!