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

TICKS - Allows for program control of tick mark length and direction. This routine has been superseded by

Access

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

C-Binding Description

       The C-binding argument descriptions are the same as the FORTRAN argument descriptions.

C-Binding Synopsis

       #include <ncarg/ncargC.h>

       void c_ticks (int lmjr, int lmnr)

Description

       LMJR and LMNR
                   See the description in the TICK4 man page.

Name

       TICKS - Allows for program control of tick mark length and direction. This routine has been superseded by
       TICK4, which should be used instead.

See Also

       Online: gridall, gridall_params, gacolr, gagetc, gageti, gagetr, gasetc, gaseti,  gasetr,  grid,  gridal,
       gridl, halfax, labmod, perim, periml, tick4, ncarg_cbind.

Synopsis

       CALL TICKS(LMJR,LMNR)

Usage

       The statement

          CALL TICKS (LMJR,LMNR)

       is equivalent to

          CALL TICK4 (LMJR,LMNR,LMJR,LMNR)

See Also