ncl_ticks - Man Page

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

Synopsis

CALL TICKS(LMJR,LMNR)

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.

C-Binding Description

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

Usage

The statement

CALL TICKS (LMJR,LMNR)

is equivalent to

CALL TICK4 (LMJR,LMNR,LMJR,LMNR)

Access

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

See Also

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

Info

March 1993 UNIX NCAR GRAPHICS