2.7.1 sgpmzu/sgpmzv/sgpmzr

1.
Function
Draws a polymarker in the U/V/R-coordinates. Specifies the attributes at the same time.
2.
Call
NumRu::DCL.sgpmzu(upx,upy,itype,index,rsize)
NumRu::DCL.sgpmzv(vpx,vpy,itype,index,rsize)
NumRu::DCL.sgpmzr(rpx,rpy,itype,index,rsize)
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. 
itype (I) The marker type. See sgspmt.
index (I) The line index of marker. See  sgspmi.
rsize (R) The marker size. See sgspms.
4.
Notes
(a)
N must be larger than 1.
(b)
The ITYPE, INDEX, and RSIZE specified here do not change the itype, index, and rsize inquired by sgpmu, sgpmv, and sgpmr.