The basic command is plot(x,y), where x and y are the co-ordinates. If given
just one pair of numbers it plots a point, but usually you pass vectors, and it plots all
the points given by the two vectors, joining them up with straight lines.16 The sine curve
defined in the previous section can be plotted by typing