LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (April 2006, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: sas-l@uga.edu
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


Back to: Top of message | Previous page | Main SAS-L page