DCL:GRPH1:SGPACK: User Interface:Explanation of Subroutines: Polymarker Primitives
Draws a polymarker in the U/V/R-coordinates. Specifies the attributes at the same time.
CALL SGPMZU(N,UPX,UPY,ITYPE,INDEX,RSIZE)
CALL SGPMZV(N,VPX,VPY,ITYPE,INDEX,RSIZE)
CALL SGPMZR(N,RPX,RPY,ITYPE,INDEX,RSIZE)
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.