2.7.2 sgpmu/sgpmv/sgpmr

1.
Function
Draws a polymarker in the U/V/R-coordinates.
2.
Call
NumRu::DCL.sgpmu(upx,upy)
NumRu::DCL.sgpmv(vpx,vpy)
NumRu::DCL.sgpmr(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 for the markers in UC.
vpx, vpy (R) An array with length n. Gives the (X, Y) coordinates of points for the markers in VC.
rpx, rpy (R) An array with length n. Gives the (X, Y) coordinates of points for the markers in RC.
4.
Notes
(a)
N must be larger than 1.
(b)
The attributes of the polymarker are set by SGSPMT, SGSPMI, and SGSPMS.