1GSLN(3NCARG) NCAR GRAPHICS GSLN(3NCARG)
2
3
4
6 GSLN (Set line type) - sets the line type to solid or various dashed
7 patterns.
8
10 CALL GSLN (LTYPE)
11
13 #include <ncarg/gks.h>
14
15 void gset_linetype(Gint linetype);
16
18 LTYPE (Integer, Input) - The type of polyline to be drawn.
19 Options are:
20
21 < 0 Implementation dependent (not used in NCAR GKS-0A)
22
23 1 Solid line (default)
24
25 2 Dashed line
26
27 3 Dotted line
28
29 4 Dashed dotted line
30
31 ≥ 5 Reserved for registration or future standardization
32 (not used in NCAR GKS-0A)
33
35 To use GKS routines, load the NCAR GKS-0A library ncarg_gks.
36
38 Online: gpl, gslwsc, gscr, gsplci, gqln, gqlwsc, gqplci, dashline,
39 gset_linetype
40
41 Hardcopy: User's Guide for NCAR GKS-0A Graphics; NCAR Graphics Funda‐
42 mentals, UNIX Version
43
45 Copyright (C) 1987-2009
46 University Corporation for Atmospheric Research
47 The use of this Software is governed by a License Agreement.
48
49
50
51UNIX March 1993 GSLN(3NCARG)