logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

GSASF - (Set aspect source flags) - Sets the aspect source flags that determine whether primitive

Access

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

C-Binding Synopsis

       #include <ncarg/gks.h>

       void gset_asfs(const Gasfs *list_asf);

Description

       LASF        (Integer array, input) - An array of settings for the thirteen attributes:

                    1     Linetype

                    2     Linewidth scale factor

                    3     Polyline color index

                    4     Marker type

                    5     Marker size scale factor

                    6     Polymarker color index

                    7     Text font and precision

                    8     Character expansion factor

                    9     Character spacing

                   10     Text color index

                   11     Fill area interior style

                   12     Fill area style index

                   13     Fill area color index

       Each value of LASF is either "0" (for "bundled") or "1" (for "individual").

Name

       GSASF  -  (Set  aspect  source  flags)  -  Sets  the aspect source flags that determine whether primitive
       attributes are to be selected from individual settings or from "bundle tables".

See Also

       Online:  gqasf,  gsln,  gslwsc,  gsplci,  gsmk,  gsmksc,  gspmci, gstxfp, gschxp, gstxsp, gstxci, gsfais,
       gsfasi, gsfaci, gqln, gqlwsc, gqplci, gqmk, gqmksc,  gqpmci,  gqtxfp,  gqchxp,  gqtxsp,  gqtxci,  gqfais,
       gqfasi, gqfaci,, gset_asfs

       Hardcopy: "User's Guide for NCAR GKS-0A Graphics"

Synopsis

       CALL GSASF (LASF)

Usage

       In NCAR Graphics all attribute aspect source flags are defaulted to "individual" (all values for LASF are
       "1").  It is advised that for dependable results when using NCAR Graphics these values  remain  in  their
       default  settings.  Some GKS packages default these values to "bundled", so, if one expects to use such a
       package, it would be precautionary to call GSASF to set all aspect source flags  to  "1"  before  calling
       other GKS functions.

See Also