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

AGCHIL - Provides a way for the user to change the color, intensity, text style, etc., of the

Access

       To use AGCHIL, 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.

       LBNM        (an input expression of type CHARACTER) is the name of the label being drawn.

       LNNO        (an input expression of type INTEGER) is the number of the line being drawn.

Name

       AGCHIL - Provides a way for the user to change the color, intensity, text style, etc., of the
       informational labels.

See Also

       Online: autograph, agback, agbnch, agchax,  agchcu,  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 AGCHIL (IFLG,LBNM,LNNO)

Usage

       This routine is not called by the user program, but by Autograph itself, just before and just after  each
       informational-label  line is drawn. The default version does nothing. The user may supply his own version
       to change the appearance of selected lines of text.

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

See Also