Re: Plotting question



Getting close but that didn't work quite the way I wanted.
I wan t say if my matrix is rx=[1,2] and ry=[3,4] with sx=
[5,6] and sy=[7,8]

I want to plot a line that goes from (1,3) to (5,7) and
a line that goes from (1,3) to (6,8)
(2,4) to (5,7)
(2,4) to (6,8)
.