This is an old revision of the document!
Plots allow the user to graphically compare two variables together. The basic syntax is
plot(X , Y, S).
X is an array consisting of x coordinates and Y is an array consisting of Y coordinates. S allows the user to select various line types. If you type in “help plot” in the command window you can see this section that explains the purpose of S.