logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

gpm - Polymarker output primitive to draw symmetric symbols

Access

       To use GKS routines, load the NCAR GKS-0A library ncarg_gks.

C-Binding Synopsis

       #include <ncarg/gks.h>

       void gpolymarker(const Gpoint_list *point_list);

Description

       GPM  (Polymarker)  -  the  polymarker  output  primitive  draws  selected symmetric symbols to mark user-
       specified coordinate positions.

       N           (Integer, Input) - The number of markers to be drawn.  N must be greater than zero.

       X (N)       (Real Array, Input) - The X coordinates of the N markers to be drawn, in world coordinates.

       Y (N)       (Real Array, Input) - The Y coordinates of the N markers to be drawn, in world coordinates.

Name

       gpm - Polymarker output primitive to draw symmetric symbols

See Also

       Online: gsmk, gsmksc, gscr, gspmci, gqmk, gqmksc, gqpmci, point, points, ngdots, gpolymarker

       Hardcopy: User's Guide for NCAR GKS-0A Graphics; NCAR Graphics Fundamentals, UNIX Version

Synopsis

       CALL GPM (N, X, Y)

Usage

       By default, the polymarker type is an asterisk. To select other polymarker types and attributes, see  the
       man page for gsmk.

       Note  that  the  coordinate  pairs  must  be  in world coordinates and not user coordinates.  Among other
       things, this means that the log scaling and mirror-imaging features available via the SET  call  and  the
       SPPS functions for drawing dots and markers are not applicable here.

See Also