1GSMK(3NCARG)                     NCAR GRAPHICS                    GSMK(3NCARG)
2
3
4

NAME

6       GSMK (Set marker type) - sets the type of polymarker to be used in sub‐
7       sequent GPM calls.
8

SYNOPSIS

10       CALL GSMK (MTYPE)
11

C-BINDING SYNOPSIS

13       #include <ncarg/gks.h>
14
15       void gset_marker_type(Gint marker_type);
16

DESCRIPTION

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

ACCESS

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

SEE ALSO

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