ncl_tick3 - Man Page

Name

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

CALL TICK3 (MAJOR,MINOR)

should be replaced by the equivalent statement

CALL TICK43 (MAJOR,MINOR,MAJOR,MINOR,MAJOR,MINOR)

Synopsis

CALL TICK43 (MAJORU,MINORU,MAJORV,MINORV,MAJORW,MINORW)

C-Binding Synopsis

#include <ncarg/ncargC.h>

void c_tick43 (int majoru, int minoru, int majorv, int minorv,
int majorw, int minorw)

Description

MAJORU

(an input expression of type INTEGER) specifies the length of major ticks to be used on perimeter sides that are parallel to the U axis.

MINORU

(an input expression of type INTEGER) specifies the length of minor ticks to be used on perimeter sides that are parallel to the U axis.

MAJORV,MINORV

(input expressions of type INTEGER) specify the lengths of major and minor ticks for perimeter sides parallel to the V axis.

MAJORW,MINORW

(input expressions of type INTEGER) specify the lengths of major and minor ticks for perimeter sides parallel to the W axis.

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.

C-Binding Description

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

Access

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

See Also

Online: threed, curve3, fence3, frst3, line3, perim3, point3, psym3, pwrz, pwrzt, set3, threed, tick3, vect3, ncarg_cbind.

Info

March 1993 UNIX NCAR GRAPHICS