1GSASF(3NCARG) NCAR GRAPHICS GSASF(3NCARG)
2
3
4
6 GSASF - (Set aspect source flags) - Sets the aspect source flags that
7 determine whether primitive attributes are to be selected from individ‐
8 ual settings or from "bundle tables".
9
11 CALL GSASF (LASF)
12
14 #include <ncarg/gks.h>
15
16 void gset_asfs(const Gasfs *list_asf);
17
19 LASF (Integer array, input) - An array of settings for the thir‐
20 teen attributes:
21
22 1 Linetype
23
24 2 Linewidth scale factor
25
26 3 Polyline color index
27
28 4 Marker type
29
30 5 Marker size scale factor
31
32 6 Polymarker color index
33
34 7 Text font and precision
35
36 8 Character expansion factor
37
38 9 Character spacing
39
40 10 Text color index
41
42 11 Fill area interior style
43
44 12 Fill area style index
45
46 13 Fill area color index
47
48 Each value of LASF is either "0" (for "bundled") or "1" (for "individ‐
49 ual").
50
52 In NCAR Graphics all attribute aspect source flags are defaulted to
53 "individual" (all values for LASF are "1"). It is advised that for
54 dependable results when using NCAR Graphics these values remain in
55 their default settings. Some GKS packages default these values to
56 "bundled", so, if one expects to use such a package, it would be pre‐
57 cautionary to call GSASF to set all aspect source flags to "1" before
58 calling other GKS functions.
59
61 To use GKS routines, load the NCAR GKS-0A library ncarg_gks.
62
64 Online: gqasf, gsln, gslwsc, gsplci, gsmk, gsmksc, gspmci, gstxfp,
65 gschxp, gstxsp, gstxci, gsfais, gsfasi, gsfaci, gqln, gqlwsc, gqplci,
66 gqmk, gqmksc, gqpmci, gqtxfp, gqchxp, gqtxsp, gqtxci, gqfais, gqfasi,
67 gqfaci,, gset_asfs
68
69 Hardcopy: "User's Guide for NCAR GKS-0A Graphics"
70
72 Copyright (C) 1987-2009
73 University Corporation for Atmospheric Research
74 The use of this Software is governed by a License Agreement.
75
76
77
78UNIX March 1993 GSASF(3NCARG)