ncl_gpm - Man Page

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

Synopsis

CALL GPM (N, X, Y)

C-Binding Synopsis

#include <ncarg/gks.h>

void gpolymarker(const Gpoint_list *point_list);

Description

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.

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.

Access

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

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

Info

March 1993 UNIX NCAR GRAPHICS