1GQMKSC(3NCARG) NCAR GRAPHICS GQMKSC(3NCARG)
2
3
4
6 GQMKSC (Inquire marker size scale factor) - retrieves the current value
7 for the polymarker size scale factor.
8
10 CALL GQMKSC (ERRIND, MSZSF)
11
13 #include <ncarg/gks.h>
14
15 void ginq_marker_size(Gint *err_ind, Gdouble *marker_size);
16
18 ERRIND (Integer, Output) - If the inquired value cannot be
19 returned correctly, a non-zero error indicator is returned
20 in ERRIND, otherwise a zero is returned. Consult "User's
21 Guide for NCAR GKS-0A Graphics" for a description of the
22 meaning of the error indicators.
23
24 MSZSF (Real, Output) - Returns the current value for the marker
25 size scale factor set by default or by a call to GSMKSC.
26
28 To use GKS routines, load the NCAR GKS-0A library ncarg_gks.
29
31 Online: gpm, gsmk, gsmksc, gscr, gspmci, gqmk, gqpmci, point, points,
32 ginq_marker_size
33
34 Hardcopy: User's Guide for NCAR GKS-0A Graphics; NCAR Graphics Funda‐
35 mentals, UNIX Version
36
38 Copyright (C) 1987-2009
39 University Corporation for Atmospheric Research
40 The use of this Software is governed by a License Agreement.
41
42
43
44UNIX March 1993 GQMKSC(3NCARG)