Date: Thu, 20 Apr 2006 16:34:44 -0700
Reply-To: Manu <manowiecki@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Manu <manowiecki@GMAIL.COM>
Organization: http://groups.google.com
Subject: Re: PROC GPLOT and intraday stock data (datetime discretness
In-Reply-To: <200604201139.k3KAkcxx019244@mailgw.cc.uga.edu>
Content-Type: text/plain; charset="iso-8859-1"
Hi,
When i try to do this :
axis1 order=("10:00"t to "16:00"t by "01:00"t);
(...)
plot price*datetime / haxis=axis1;
I get no datapoints at all, and my horizontal axis contains scale from
01JAN60:10:00:00 up to 01JAN60:00:00 (which is a future set...)
My recordset contains many days timestamped :
03JAN04:10:00:18
03JAN04:10:01:41
(...)
03JAN04:15:59:42
04JAN04:10:00:15
04JAN04:10:01:41
(...)
04JAN04:15:59:50
How to show many days without night period (16:00 - 09:50) on one line
chart ?
Thanks in advance.
BR,
Manu