gset_asfs(3) Sets the aspect source flags that

SYNOPSIS

#include <ncarg/gks.h>

void gset_asfs(const Gasfs *list_asf);

DESCRIPTION

list_asf
(input) - A structure of settings for the thirteen attributes:
list_asfs.linetype
Linetype
list_asfs.linewidth
Linewidth scale factor
list_asfs.line_colr_ind
Polyline color index
list_asfs.marker_type
Marker type
list_asfs.marker_size
Marker size scale factor
list_asfs.marker_colr_ind
Polymarker color index
list_asfs.text_font_prec
Text font and precision
list_asfs.char_expan
Character expansion factor
list_asfs.char_space
Character spacing
list_asfs.text_colr_ind
Text color index
list_asfs.fill_int_style
Fill area interior style
list_asfs.fill_style_ind
Fill area style index
list_asfs.fill_colr_ind
Fill area color index

Each value of list_asf is of either GASF_BUNDLED (for "bundled") or GASF_INDIV (for "individual").

USAGE

In NCAR Graphics all attribute aspect source flags are defaulted to GASF_INDIV (all values for list_asf 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 GASF_BUNDLED, so, if one expects to use such a package, it would be precautionary to call gset_asfs to set all aspect source flags to GASF_INDIV before calling other GKS functions.

ACCESS

To use the GKS C-binding routines, load the ncarg_gks and ncarg_c libraries.

COPYRIGHT

Copyright (C) 1987-2009
University Corporation for Atmospheric Research
The use of this Software is governed by a License Agreement.