# 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_hilda(palette = "Dusk") +
theme_hildaDusk(text.font = "Times", title.font = "Times",
legend.font = "Times")
# }
Run the code above in your browser using DataLab