1AGBNCH(3NCARG) NCAR GRAPHICS AGBNCH(3NCARG)
2
3
4
6 AGBNCH - Provides an easy way to convert binary dash patterns into
7 character dash patterns.
8
10 AGBNCH (IDSH)
11
13 #include <ncarg/ncargC.h>
14
15 char *c_agbnch(int idsh)
16
18 IDSH (an input expression of type INTEGER) is between 0 and
19 65535, inclusive.
20
22 The C-binding argument description is the same as the FORTRAN argument
23 description.
24
26 To use AGBNCH or c_agbnch, load the NCAR Graphics libraries ncarg,
27 ncarg_gks, and ncarg_c, preferably in that order. To get smoother
28 curves, drawn using spline interpolation, also load libdashsmth.o. Or,
29 you can use the ncargf77 command to compile your program and load the
30 above libraries, then, to get smoother curves, use the -dashsmth
31 option.
32
34 Online: autograph, agback, agchax, agchcu, agchil, agchnl, agcurv,
35 agdshn, aggetc, aggetf, aggeti, aggetp, aggetr, agpwrt, agrstr, agsave,
36 agsetc, agsetf, agseti, agsetp, agsetr, agstup, agutol, anotat, displa,
37 ezmxy, ezmy, ezxy, ezy
38
39 Hardcopy: NCAR Graphics Fundamentals, UNIX Version
40
42 Copyright (C) 1987-2007
43 University Corporation for Atmospheric Research
44
45 This documentation is free software; you can redistribute it and/or
46 modify it under the terms of the GNU General Public License as
47 published by the Free Software Foundation; either version 2 of the
48 License, or (at your option) any later version.
49
50 This software is distributed in the hope that it will be useful, but
51 WITHOUT ANY WARRANTY; without even the implied warranty of
52 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
53 General Public License for more details.
54
55 You should have received a copy of the GNU General Public License along
56 with this software; if not, write to the Free Software Foundation,
57 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
58
59
60
61UNIX March 1993 AGBNCH(3NCARG)