1GSLWSC(3NCARG) NCAR GRAPHICS GSLWSC(3NCARG)
2
3
4
6 GSLWSC (Set linewidth scale factor) - sets the linewidth scale factor,
7 or relative thickness of a polyline.
8
10 CALL GSLWSC (LWIDTH)
11
13 #include <ncarg/gks.h>
14
15 void gset_linewidth(Gdouble linewidth);
16
18 LWIDTH (Real, Input) - A scale factor to control the linewidth of
19 the polyline to be drawn. It must be greater than or equal
20 to 0. LWIDTH is applied to the nominal linewidth on a given
21 device and the linewidths are mapped to the nearest avail‐
22 able linewidth representable on that device.
23
24 By default LWIDTH = 1.0, so setting LWIDTH = 2.0 will dou‐
25 ble line width on most devices.
26
28 To use GKS routines, load the NCAR GKS-0A library ncarg_gks.
29
31 Online: gpl, gsln, gscr, gsplci, gqln, gqlwsc, gqplci, dashline,
32 gset_linewidth
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 GSLWSC(3NCARG)