1GSET_MARKER_TYPE(3NCARG) NCAR GRAPHICS GSET_MARKER_TYPE(3NCARG)
2
3
4
6 gset_marker_type (Set marker type) - sets the type of polymarker to be
7 used in subsequent GPM calls.
8
10 #include <ncarg/gks.h>
11
12 void gset_marker_type(Gint marker_type);
13
15 marker_type (Input) - Selects the type of marker to be drawn. Options
16 are:
17
18 < 0 implementation dependent (not used in NCAR GKS-0A)
19
20 1
21 . (dot)
22
23 2
24 + (plus)
25
26 3
27 * (asterisk) This is the default
28
29 4
30 o (circle)
31
32 5
33 X (cross)
34
35 ≥ 6
36 reserved for registration or future standardization
37
39 To use the GKS C-binding routines, load the ncarg_gks and ncarg_c
40 libraries.
41
43 Online: gpolymarker(3NCARG), gset_marker_size(3NCARG),
44 gset_colr_rep(3NCARG), gset_marker_colr_ind(3NCARG),
45 ginq_marker_type(3NCARG), ginq_marker_size(3NCARG),
46 ginq_marker_colr_ind(3NCARG), point(3NCARG), points(3NCARG),
47 ngdots(3NCARG), gks(3NCARG), ncarg_gks_cbind(3NCARG)
48
49 Hardcopy: User's Guide for NCAR GKS-0A Graphics; NCAR Graphics Funda‐
50 mentals, UNIX Version
51
53 Copyright (C) 1987-2009
54 University Corporation for Atmospheric Research
55 The use of this Software is governed by a License Agreement.
56
57
58
59UNIX March 1993 GSET_MARKER_TYPE(3NCARG)