Source: dataset/xflare/jdatetick.pro
jdatetick
Quick & dirty JD to y/doy labeller
Usage:
tick = jdatetick(axis,index,value)
or:
junk = jdatetick(offset=offset, use_labels=use_labels)
Arguments:
axis Is this x, y or z (ignored)
index Which tick number (ignored)
value The location of the tick.
Keywords:
offset The value to be added to VALUE to get a JD
use_labels Whether there should actually be labels at
all.
History:
Original (after bdatetick of 3.x): 22/8/00; SJT