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-2007
54 University Corporation for Atmospheric Research
55
56 This documentation is free software; you can redistribute it and/or
57 modify it under the terms of the GNU General Public License as pub‐
58 lished by the Free Software Foundation; either version 2 of the
59 License, or (at your option) any later version.
60
61 This software is distributed in the hope that it will be useful, but
62 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
63 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
64 Public License for more details.
65
66 You should have received a copy of the GNU General Public License along
67 with this software; if not, write to the Free Software Foundation,
68 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
69
70
71
72UNIX March 1993 GSET_MARKER_TYPE(3NCARG)