labeling time series with dates [message #6760] |
Thu, 15 August 1996 00:00 |
ohandley
Messages: 1 Registered: August 1996
|
Junior Member |
|
|
I'm trying to either find or develop a set of IDL code that
will allow me to label time series plots with yyyymmdd type
labels. The routine would need to be generic enough so that
I could call it and have it produce labels for any specified
time interval, including weekly and monthly. This is a trickier
problem than might appear at first glance.
Any suggestions? I have already reviewed one set of routines
that do not perform as expected. Thanks for any help.
Chris
--
|
|
|
Re: labeling time series with dates [message #6762 is a reply to message #6760] |
Thu, 15 August 1996 00:00  |
Robert.M.Candey
Messages: 23 Registered: June 1995
|
Junior Member |
|
|
In article <1996Aug15.170400@betsy.gsfc.nasa.gov>,
ohandley@betsy.gsfc.nasa.gov (Christopher O'Handley) wrote:
> I'm trying to either find or develop a set of IDL code that
> will allow me to label time series plots with yyyymmdd type
> labels. The routine would need to be generic enough so that
> I could call it and have it produce labels for any specified
> time interval, including weekly and monthly. This is a trickier
> problem than might appear at first glance.
>
> Any suggestions? I have already reviewed one set of routines
> that do not perform as expected. Thanks for any help.
>
> Chris
There is a nice timeaxis routine from JHU APL's IDL library; see the IDL
FAQ for the address.
--
Robert.M.Candey@gsfc.nasa.gov
NASA Goddard Space Flight Center, Code 632
Greenbelt, MD 20771 USA 1-301-286-6707
|
|
|