Setting attributes

                        +------------------------+
                        |CALL  IGSET (CHNAME,VAL) |
                        +------------------------+
                                  
Action: Routine used to set the value of attributes related to primitives and/or macroprimitives. The first parameter is the mnemonic name of the parameter, the second is the value to be assigned. Note that all the basic primitives attributes can also be set with this routine.
CHNAME
Character variable specifying the name of the parameter to be set (type CHARACTER*4). This is an UPPERCASE character string.
VAL
Floating point value of the parameter (must be specified as a REAL number). A value of 0.0 indicates that the parameter value must be reset to its default value.


+-CHNAME--+-----------------------------VAL------------------------------##
+---------+--------------------------------------------------------------##
| 'FAIS'  | Fill Area Interior Style (0.,1.,2.,3.). See  ISFAIS           ##
| 'FASI'  | Fill Area Style Index. See  ISFASI                            ##
| 'LTYP'  | Line TYPe. See  ISLN                                          ##
| 'BASL'  | BAsic Segment Length. See  ISLN                               ##
| 'LWID'  | Line WIDth. See  ISLWSC                                       ##
| 'MTYP'  | Marker TYPe. See  ISMK                                        ##
|         |                                                              ##
| 'MSCF'  | Marker SCale Factor. See  ISMKSC                              ##
| 'PLCI'  | PolyLine Colour Index. See  ISPLCI                            ##
| 'PMCI'  | PolyMarker Colour Index. See  ISPMCI                          ##
| 'FACI'  | Fill Area Colour Index. See  ISFACI                           ##
| 'TXCI'  | TeXt Colour Index. See  ISTXCI                                ##
| 'TXAL'  | 10*(horizontal alignment) + (vertical alignment). See        ##
|         |  ISTXAL                                                       ##
|         |                                                              ##
| 'CHHE'  | CHaracter HEight. See  ISCHH                                  ##
| 'TANG'  | Text ANGle (used to calculate the Character up vector). See  ##
|         |  ISCHUP                                                       ##
| 'TXFP'  | 10*(TeXt Font) + (TeXt Precision). See  ISTXFP                ##
| 'TMSI'  | Tick Marks SIze (in world coordinates). See  IGAXIS           ##
| 'LASI'  | LAbels SIze (in world coordinates). See  IGAXIS               ##
| 'LAOF'  | LAbels OFfset. See  IGAXIS                                    ##
|         |                                                              ##
| 'AWLN'  | Axis Wire LeNght. See  IGAXIS                                 ##
| 'PASS'  | Text width (given by number of PASSes) of characters drawn   ##
|         | by  IGTEXT. The width is simulated by shifting the ``pen''    ##
|         | slightly at each pass.                                       ##
| 'CSHI'  | Distance between each shifted drawing of the character (in   ##
|         | percentage of the character height) for characters drawn by  ##
|         |  IGTEXT                                                       ##
| 'BORD'  |   0.    The border in  IGBOX,  IGFBOX and  IGARC is not drawn.  ##
|         |   1.    The border in  IGBOX,  IGFBOX and  IGARC is drawn.      ##
| 'PICT'  | Starting number for the automatic naming of pictures.        ##
|         |                                                              ##
| 'AURZ'  | 1. The last current picture is automatically saved on disk   ##
|         | when a new picture is created see  IZPICT.                    ##
|  '*'    | All attributes are set to their default values.              ##
| 'SHOW'  | The current value and the default of the parameters          ##
|         | controlled by  IGSET are displayed.                           ##
| 'BARO'  | Offset of the left edge of the bar with respect to the left  ##
|         | margin of the bin for a bar chart (expressed as a fraction   ##
|         | of the bin width). See  IGHIST                                ##
| 'BARW'  | Width of the bar in a bar chart (expressed as a fraction of  ##
|         | the bin width). See  IGHIST                                   ##
| 'NCOL'  | Number of entry in the COLour map.                           ##
|         |                                                              ##
+-'CLIP'--+-Clipping-mode:-1.=on-0.=off----------------------------------##
+-CHNAME--+-----------------VAL-(For-X11-interface-only)-----------------##
| 'DRMD'  | Drawing mode: 1.=copy 2.=xor 3.=invert                       ##
| 'SYNC'  | Synchronise the graphics in X11 1.=yes 0.=no                 ##
| '2BUF'  | 10*(WKID)+(double buffer mode: 1.=on 0.=off)                 ##
+---------+--------------------------------------------------------------##


Table: Overview of IGSET parameters