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

NAME

6       ginq_marker_type  (Inquire  marker  type) - retrieves the current value
7       for the marker type.
8

SYNOPSIS

10       #include <ncarg/gks.h>
11
12       void ginq_marker_type(Gint *err_ind, Gint *marker_type);
13

DESCRIPTION

15       err_ind     (Output) - If the inquired value cannot  be  returned  cor‐
16                   rectly,  a non-zero error indicator is returned in err_ind,
17                   otherwise a zero is returned.  Consult  "User's  Guide  for
18                   NCAR  GKS-0A  Graphics" for a description of the meaning of
19                   the error indicators.
20
21       marker_type (Output) - Returns the current  value  for  the  polymarker
22                   type as set by default or by a call to gset_marker_type.
23
24                   1
25                           . (dot)
26
27                   2
28                           + (plus)
29
30                   3
31                           * (asterisk) This is the default
32
33                   4
34                           o (circle)
35
36                   5
37                           X (cross)
38

ACCESS

40       To  use  the  GKS  C-binding  routines,  load the ncarg_gks and ncarg_c
41       libraries.
42

SEE ALSO

44       Online:         gpolymarker(3NCARG),          gset_marker_type(3NCARG),
45       gset_marker_size(3NCARG),                        gset_colr_rep(3NCARG),
46       gset_marker_colr_ind(3NCARG),                 ginq_marker_size(3NCARG),
47       ginq_marker_colr_ind(3NCARG),       point(3NCARG),      points(3NCARG),
48       gks(3NCARG), ncarg_gks_cbind(3NCARG)
49
50       Hardcopy: User's Guide for NCAR GKS-0A Graphics; NCAR  Graphics  Funda‐
51       mentals, UNIX Version
52
54       Copyright (C) 1987-2007
55       University Corporation for Atmospheric Research
56
57       This  documentation  is  free  software; you can redistribute it and/or
58       modify it under the terms of the GNU General  Public  License  as  pub‐
59       lished  by  the  Free  Software  Foundation;  either  version  2 of the
60       License, or (at your option) any later version.
61
62       This software is distributed in the hope that it will  be  useful,  but
63       WITHOUT  ANY  WARRANTY;  without  even  the  implied  warranty  of MER‐
64       CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU  General
65       Public License for more details.
66
67       You should have received a copy of the GNU General Public License along
68       with this software; if not, write  to  the  Free  Software  Foundation,
69       Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
70
71
72
73UNIX                              March 1993          GINQ_MARKER_TYPE(3NCARG)
Impressum