1 min read

Manually change shapes in ggplot2

One can call the function

  • scale_shape_manual(values=c(...))

where different numbers represent different shape, see a quick reference here.