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

NAME

6       ginq_marker_size  (Inquire  marker  size  scale factor) - retrieves the
7       current value for the polymarker size scale factor.
8

SYNOPSIS

10       #include <ncarg/gks.h>
11
12       void ginq_marker_size(Gint *err_ind, Gdouble *marker_size);
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_size (Output) - Returns the current value for  the  marker  size
22                   scale   factor   set   by   default   or   by   a  call  to
23                   gset_marker_size.
24

ACCESS

26       To use the GKS C-binding  routines,  load  the  ncarg_gks  and  ncarg_c
27       libraries.
28

SEE ALSO

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