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-2009
55       University Corporation for Atmospheric Research
56       The use of this Software is governed by a License Agreement.
57
58
59
60UNIX                              March 1993          GINQ_MARKER_TYPE(3NCARG)
Impressum