1DASHDB(3NCARG) NCAR GRAPHICS DASHDB(3NCARG)
2
3
4
6 DASHDB - Defines a dash pattern without labels.
7
9 CALL DASHDB (IPAT)
10
12 #include <ncarg/ncargC.h>
13
14 void c_dashdb (int *ipat)
15
17 IPAT (an input expression of type INTEGER) is a 16-bit dash
18 pattern (1=solid, 0=blank); e.g., the binary number
19 1111000011110000, which is a decimal 61680, will give
20 dashes of medium length.
21
23 The C-binding argument description is the same as the FORTRAN argument
24 description.
25
27 Use the ncargex command to see the following relevant examples:
28 carline, colcon, cmpfil, cmpitm, cmplab, cmpmsk, cmptit, cmpusr,
29 mpex08, tdashc, tdashl, tdashp, tdashs, fdldashd.
30
32 DASHDB may be called to define a dash pattern for any of the four
33 versions of Dashline.
34
35 A dash pattern defined by a call to DASHDB will supersede one defined
36 by an earlier call to DASHDB or DASHDC.
37
39 To use DASHDB or c_dashdb, load the NCAR Graphics libraries ncarg,
40 ncarg_gks, and ncarg_c, preferably in that order.
41
43 Online: dashline, dashline_params, curved, dashdc, frstd, lastd, lined,
44 reset, vectd, ncarg_cbind
45
46 Hardcopy: NCAR Graphics Contouring and Mapping Tutorial; NCAR Graphics
47 Fundamentals, UNIX Version; User's Guide for NCAR GKS-0A Graphics
48
50 Copyright (C) 1987-2009
51 University Corporation for Atmospheric Research
52 The use of this Software is governed by a License Agreement.
53
54
55
56UNIX March 1993 DASHDB(3NCARG)