Change colour palette of ggplot

PHOTO EMBED

Sun Jun 19 2022 11:56:18 GMT+0000 (Coordinated Universal Time)

Saved by @Treenose #r #ggplot2

ggplot(mpg) + 
  geom_point(var1, var2, colour = var3) + #specify variable to colour mapping
             scale_colour_brewer(type = "qual") 
content_copyCOPY