.AXIS SET TICK L
This subroutine sets the length of the major and/or minor ticks on the "current" axis.
Usage:
PASS <maj_tick_len> FIELD SHARE? N
PASS <min_tick_len> FIELD SHARE? N
GOSUB 0CD .AXIS SET TICK L
* Check for error
IF 0CD .AXIS SET TICK L NE
Description:
This subroutine sets the length in pixels of the major and/or minor ticks on the "current" axis. You must have selected a "current" axis via
.AXIS SET CURRENT before calling this routine.
If a parameter is not received or if the value received is blank, then the value is cleared and the default length will be rendered. The first parameter refers to the major ticks and the second parameter refers to the minor ticks.
Comments:
Read what other users have said about this page or add your own comments.
--
JeanNeron - 2011-11-09