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-2007
51 University Corporation for Atmospheric Research
52
53 This documentation is free software; you can redistribute it and/or
54 modify it under the terms of the GNU General Public License as
55 published by the Free Software Foundation; either version 2 of the
56 License, or (at your option) any later version.
57
58 This software is distributed in the hope that it will be useful, but
59 WITHOUT ANY WARRANTY; without even the implied warranty of
60 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
61 General Public License for more details.
62
63 You should have received a copy of the GNU General Public License along
64 with this software; if not, write to the Free Software Foundation,
65 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
66
67
68
69UNIX March 1993 DASHDB(3NCARG)