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-2009
43 University Corporation for Atmospheric Research
44 The use of this Software is governed by a License Agreement.
45
46
47
48UNIX March 1993 AGBNCH(3NCARG)