is some feature of the plot controlled by the data. This could be x-position, y-position, colour, fill colour, point shape, line style, transparency (alpha), group… How do we map aesthetics? ggplot(data, aes(x = date, y = temperature, colour = station))