1GSMK(3NCARG) NCAR GRAPHICS GSMK(3NCARG)
2
3
4
6 GSMK (Set marker type) - sets the type of polymarker to be used in sub‐
7 sequent GPM calls.
8
10 CALL GSMK (MTYPE)
11
13 #include <ncarg/gks.h>
14
15 void gset_marker_type(Gint marker_type);
16
18 MTYPE (Integer, Input) - Selects the type of marker to be drawn.
19 Options are:
20
21 < 0 implementation dependent (not used in NCAR GKS-0A)
22
23 1
24 . (dot)
25
26 2
27 + (plus)
28
29 3
30 * (asterisk) This is the default
31
32 4
33 o (circle)
34
35 5
36 X (cross)
37
38 ≥ 6
39 reserved for registration or future standardization
40
42 To use GKS routines, load the NCAR GKS-0A library ncarg_gks.
43
45 Online: gpm, gsmksc, gscr, gspmci, gqmk, gqmksc, gqpmci, point, points,
46 ngdots, gset_marker_type
47
48 Hardcopy: User's Guide for NCAR GKS-0A Graphics; NCAR Graphics Funda‐
49 mentals, UNIX Version
50
52 Copyright (C) 1987-2009
53 University Corporation for Atmospheric Research
54 The use of this Software is governed by a License Agreement.
55
56
57
58UNIX March 1993 GSMK(3NCARG)