2.6.2 sgplu/sgplv/sgplr

1.
Function
Draws a polyline in the U/V/R-coordinates.
2.
Call
NumRu::DCL.sgplu(upx,upy)
NumRu::DCL.sgplv(vpx,vpy)
NumRu::DCL.sgplr(rpx,rpy)
3.
Explanation of Parameters
n (I) Length of array upx, upy.
upx, upy (R) An array with length n. Gives the (X, Y) coordinates of points to connect to form the polyline in the UC.
vpx, vpy (R) An array with length n. Gives the (X, Y) coordinates of points to connect to form the polyline in the VC.
rpx, rpy (R) An array with length n. Gives the (X, Y) coordinates of points to connect to form the polyline in the RC.
4.
Notes
(a)
N must be larger than 2.
(b)
The attribute of the polyline is set by SGSPLT and SGSPLI.