# NOT RUN {
library(ggplot2)
ggplot(airquality, aes(x = Day, y = Temp,
group = as.factor(Month), color = as.factor(Month))) +
geom_point(size = 2.5) +
scale_color_simpsons() +
theme_simpsons()
# }
Run the code above in your browser using DataLab