1GSASF(3NCARG)                    NCAR GRAPHICS                   GSASF(3NCARG)
2
3
4

NAME

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

SYNOPSIS

11       CALL GSASF (LASF)
12

C-BINDING SYNOPSIS

14       #include <ncarg/gks.h>
15
16       void gset_asfs(const Gasfs *list_asf);
17

DESCRIPTION

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

USAGE

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

ACCESS

61       To use GKS routines, load the NCAR GKS-0A library ncarg_gks.
62

SEE ALSO

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-2007
73       University Corporation for Atmospheric Research
74
75       This documentation is free software; you  can  redistribute  it  and/or
76       modify  it  under  the  terms of the GNU General Public License as pub‐
77       lished by the  Free  Software  Foundation;  either  version  2  of  the
78       License, or (at your option) any later version.
79
80       This  software  is  distributed in the hope that it will be useful, but
81       WITHOUT ANY  WARRANTY;  without  even  the  implied  warranty  of  MER‐
82       CHANTABILITY  or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General
83       Public License for more details.
84
85       You should have received a copy of the GNU General Public License along
86       with  this  software;  if  not,  write to the Free Software Foundation,
87       Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
88
89
90
91UNIX                              March 1993                     GSASF(3NCARG)
Impressum