1GSET_LINETYPE(3NCARG) NCAR GRAPHICS GSET_LINETYPE(3NCARG)
2
3
4
6 gset_linetype (Set line type) - sets the line type to solid or various
7 dashed patterns.
8
10 #include <ncarg/gks.h>
11
12 void gset_linetype(Gint linetype);
13
15 linetype (Input) - The type of polyline to be drawn. Options are:
16
17 < 0 Implementation dependent (not used in NCAR GKS-0A)
18
19 1 Solid line (default)
20
21 2 Dashed line
22
23 3 Dotted line
24
25 4 Dashed dotted line
26
27 ≥ 5 Reserved for registration or future standardization
28 (not used in NCAR GKS-0A)
29
31 To use the GKS C-binding routines, load the ncarg_gks and ncarg_c
32 libraries.
33
35 Online: gpolyline(3NCARG), gset_linewidth(3NCARG),
36 gset_colr_rep(3NCARG), gset_line_colr_ind(3NCARG), ginq_line‐
37 type(3NCARG), ginq_linewidth(3NCARG), ginq_line_colr_ind(3NCARG), dash‐
38 line(3NCARG), gks(3NCARG), ncarg_gks_cbind(3NCARG)
39
40 Hardcopy: User's Guide for NCAR GKS-0A Graphics; NCAR Graphics Funda‐
41 mentals, UNIX Version
42
44 Copyright (C) 1987-2009
45 University Corporation for Atmospheric Research
46 The use of this Software is governed by a License Agreement.
47
48
49
50UNIX March 1993 GSET_LINETYPE(3NCARG)