hello, I am presently working on simple plot and trying to draw poly lines with x,y,z array of coordinates. For eg the coordinates are as follows
x y z h
-5.238 0.012 0.558 66666 -5.238 0.032 0.648 66666 -5.238 0.123 0.765 99999 1.258 1.230 1.258 66666 1.258 1.342 1.526 66666 ......... and so on
when value of h is 99999 the pen plotter should move to x value (for eg 1.258 in this case) and continue drawing poly line until next h value(99999).
the subroutine VSPLDR(x,y,z,npts) draws poly lines in continuously,but i have do draw polylines in broken fashion.Any help on this issue is appreciated. thank you