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

AGCHAX - Provides a way for the user to change the color, intensity, line style, etc., of various

Access

       To use AGCHAX, load the NCAR Graphics libraries ncarg, ncarg_gks, and ncarg_c, preferably in that order.

Description

       IFLG        (an  input  expression  of type INTEGER) is zero if a particular object is about to be drawn,
                   non-zero if it has just been drawn.

       IAXS        (an input expression of type INTEGER) is the number of the axis being drawn. The values 1, 2,
                   3, and 4 indicate the left, right, bottom, and top axes, respectively.

       IPRT        (an input expression of type INTEGER) indicates the part of the axis  being  drawn.  Possible
                   values are as follows:

                   •      1 implies the line of the axis.

                   •      2 implies a major tick

                   •      3 implies a minor tick.

                   •      4 implies the mantissa of a numeric label.

                   •      5 implies the exponent of a numeric label.

       VILS        (an  input  expression  of type REAL) is the value in the label system at the point where the
                   part is being drawn.  For IPRT = 1, VILS is zero.

Name

       AGCHAX - Provides a way for the user to change the color, intensity, line style, etc., of various
       portions of the axes.

See Also

       Online: autograph, agback, agbnch, agchcu,  agchil,  agchnl,  agcurv,  agdshn,  aggetc,  aggetf,  aggeti,
       aggetp,  aggetr,  agpwrt, agrstr, agsave, agsetc, agsetf, agseti, agsetp, agsetr, agstup, agutol, anotat,
       displa, ezmxy, ezmy, ezxy, ezy

       Hardcopy: NCAR Graphics Fundamentals, UNIX Version

Synopsis

       SUBROUTINE AGCHAX (IFLG,IAXS,IPRT,VILS)

Usage

       This routine is not called by the user program, but by Autograph itself, just before and just after  each
       of  the objects making up an axis is drawn. The default version does nothing. The user may supply his own
       version to change the color, intensity, line style, etc. of selected portions of the axis.

       Note: A user version of AGCHAX should not call any other Autograph routine.

See Also