Simple plot
In this section, we want to draw the cosine and sine functions on the same
plot. Starting from the default settings, we'll enrich the figure step by step
to make it nicer.
First step is to get the data for the sine and cosine functions:
imp...