1GSMKSC(3NCARG) NCAR GRAPHICS GSMKSC(3NCARG)
2
3
4
6 GSMKSC (Set marker size scale factor) - sets the polymarker size scale
7 factor -- the relative size of the marker.
8
10 CALL GSMKSC (MSZSF)
11
13 #include <ncarg/gks.h>
14
15 void gset_marker_size(Gdouble marker_size);
16
18 MSZSF (Real, Input) - A scale factor to control the size of the
19 marker. It must be greater than or equal to 0. Since
20 MSZSF = 1.0 by default, setting MSZSF = 2.0 doubles poly‐
21 marker size.
22
24 To use GKS routines, load the NCAR GKS-0A library ncarg_gks.
25
27 Online: gpm, gsmk, gscr, gspmci, gqmk, gqmksc, gqpmci, point, points,
28 gset_marker_size
29
30 Hardcopy: User's Guide for NCAR GKS-0A Graphics; NCAR Graphics Funda‐
31 mentals, UNIX Version
32
34 Copyright (C) 1987-2009
35 University Corporation for Atmospheric Research
36 The use of this Software is governed by a License Agreement.
37
38
39
40UNIX March 1993 GSMKSC(3NCARG)