1GPOLYMARKER(3NCARG) NCAR GRAPHICS GPOLYMARKER(3NCARG)
2
3
4
6 gpolymarker (Polymarker) - the polymarker output primitive draws
7 selected symmetric symbols to mark user-specified coordinate positions.
8
10 #include <ncarg/gks.h>
11
12 void gpolymarker(const Gpoint_list *point_list);
13
15 point_list.num_points
16 (Gint, Input) - The number of markers to be drawn. Must be
17 greater than zero.
18
19 point_list.points
20 (Gpoint *, Input) - The X and Y coordinates of the
21 point_list.num_points markers to be drawn, in world coordi‐
22 nates.
23
25 By default, the polymarker type is an asterisk. To select other poly‐
26 marker types and attributes, see the man page for
27 gset_marker_type(3NCARG).
28
29 Note that the coordinate pairs must be in world coordinates and not
30 user coordinates. Among other things, this means that the log scaling
31 and mirror-imaging features available via the c_set call and the SPPS
32 functions for drawing dots and markers are not applicable here.
33
35 To use the GKS C-binding routines, load the ncarg_gks and ncarg_c
36 libraries.
37
39 Online: gset_marker_type(3NCARG), gset_marker_size(3NCARG),
40 gset_colr_rep(3NCARG), gset_marker_colr_ind(3NCARG),
41 ginq_marker_type(3NCARG), ginq_marker_size(3NCARG),
42 ginq_marker_colr_ind(3NCARG), point(3NCARG), points(3NCARG),
43 ngdots(3NCARG), gks(3NCARG), ncarg_gks_cbind(3NCARG)
44
45 Hardcopy: User's Guide for NCAR GKS-0A Graphics; NCAR Graphics Funda‐
46 mentals, UNIX Version
47
49 Copyright (C) 1987-2009
50 University Corporation for Atmospheric Research
51 The use of this Software is governed by a License Agreement.
52
53
54
55UNIX March 1993 GPOLYMARKER(3NCARG)