When plotting a series of lines, it's nice to pull a series of colors from
a colormap (especially if there's some sequential relationship between lines).
In fact, this has been asked (and answered) multiple times on the Matplotlib
mailing list (e.g.,  and ) and on StackOverflow ...
                    more ...