Suppose you have multiple lines in the same plot, each of a different color, and
you wish to make a legend to tell what each line represents. You can do this
by passing on a label to each of the lines when you call plot(), e.g., the
following line will be labelled "My Line 1".
ax.plot(...