Scroll to navigation

TICK43(3NCARG) NCAR GRAPHICS TICK43(3NCARG)

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

(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.
(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.
(input expressions of type INTEGER) specify the lengths of major and minor ticks for perimeter sides parallel to the V axis.
(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.

COPYRIGHT

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

March 1993 UNIX