AZTICK Name
AZTICK Purpose
Tick mark formatting function for azimuth.
Category
Calling Sequence
s = aztick(ax, ind, val) Inputs
ax = axis number. in
ind = index of tick mark, 0 is first. in
val = Tick value. in
Keyword Parameters
Outputs
s = Returned label string. out
Common Blocks
Notes
Note: for use in plot statements, not intended to be
called directly. Example use:
plots,x,y,...,xtickform='aztick',...
Should work for any axis. Can turn the formatting off
by substituting a null string for the function name.
Modification History
R. Sterner, 2002 Mar 07
Copyright (C) 2002, Johns Hopkins University/Applied Physics Laboratory
This software may be used, copied, or redistributed as long as it is not
sold and this copyright notice is reproduced on each copy made. This
routine is provided as is without any express or implied warranties
whatsoever. Other limitations apply as described in the file disclaimer.txt.