Thus far, every time you have issued a plot command, the existing contents of the
figure have been removed. If you want to keep the current graph, and overlay new plots
on top of it, you can use the hold command. Using this, the two sine and cosine graphs
could have been drawn using two separate plot commands