3.5.1 SCPMZU/SCPMZV

1.
Functions
Draws a polymarker in the U/V-coordinates. Specifies attributes at the same time.
2.
Call
CALL SCPMZU(N,UPX,UPY,UPZ,ITYPE,INDEX,RSIZE)
CALL SCPMZV(N,VPX,VPY,VPZ,ITYPE,INDEX,RSIZE)
3.
Explanation of Parameters
N (I) The length of array UPX, UPY, UPZ
UPX, UPY, UPZ (R) An array with length N. Gives the (X, Y, Z9 coordinates of points for the markers in UC.
VPX, VPY, VPZ (R) An array with length N. Gives the (X, Y, Z9 coordinates of points for the markers in VC.
ITYPE (I) The marker type. See SCSPMT.
INDEX (I) The line index. See SCSPMI.
RSIZE (R) The marker size. See SCSPMS.
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 SCPMU and SCPMV.