I'm trying to make 9 line graphs in ggplot2, each one using data from each of the data frame in a list (called "my_list").
I found a neat solution here: Making multiple plots from a list of data frames
but I need an extra twist: the lines on each of the plots need to be of different colors.
EDIT - I figured it out, see answer below.
