Displaying 1 result from an estimated 1 matches for "lab100".
2004 May 31
2
[OT] "plot y against x"
...inst y [vertical axis]"
Google tells me that "plot y against x" throws up about 147 hits,
while "plot x against y" throws up about 54 hits. One of the
latter is unequivocal and comes from a respected department of
mathematics:
http://www.maths.lancs.ac.uk/dept/coursenotes/lab100/pdffiles/a12.pdf
Q 12.1 A simple plot.
Invoke Matlab in an Xterm window and position the
Figure window so that you can see it properly.
x = -3:5 % plotting values (range)
y = 2*x + 3 % a linear function of x
plot(x,y) % plot x against y
and at least two refer to "Statistical...