DOKK / manpages / debian 12 / libncarg-dev / ticks.3ncarg.en
TICKS(3NCARG) NCAR GRAPHICS TICKS(3NCARG)

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

CALL TICKS(LMJR,LMNR)

#include <ncarg/ncargC.h>

void c_ticks (int lmjr, int lmnr)

See the description in the TICK4 man page.

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

The statement

CALL TICKS (LMJR,LMNR)

is equivalent to

CALL TICK4 (LMJR,LMNR,LMJR,LMNR)

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

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

Copyright (C) 1987-2009
University Corporation for Atmospheric Research
The use of this Software is governed by a License Agreement.

March 1993 UNIX