TICK43(3NCARG) | NCAR GRAPHICS | TICK43(3NCARG) |
TICK43 - Gives user control of tick mark length in PERIM3.
NOTE: At one time, the Threed routine TICK3 was used to set tick-mark length. TICK3 has been superseded by TICK43 and is therefore considered obsolete. If you call TICK3, it will call TICK43 for you. The statement
should be replaced by the equivalent statement
CALL TICK43 (MAJORU,MINORU,MAJORV,MINORV,MAJORW,MINORW)
#include <ncarg/ncargC.h>
void c_tick43 (int majoru, int minoru, int majorv, int minorv,
int majorw, int minorw)
All tick lengths are specified as integers between 0 and 1024. The value "n" produces a tick that is n/1024ths as long as the longest side of the box defined by the arguments UMIN, UMAX, VMIN, VMAX, WMIN, and WMAX in the last call to SET3. The default values are 12 for a major tick and 8 for a minor tick.
The C-binding argument descriptions are the same as the FORTRAN argument descriptions.
To use TICK43 or c_tick43, load the NCAR Graphics libraries ncarg, ncarg_gks, and ncarg_c, preferably in that order.
Online: threed, curve3, fence3, frst3, line3, perim3, point3, psym3, pwrz, pwrzt, set3, threed, tick3, vect3, 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 |