home *** CD-ROM | disk | FTP | other *** search
- Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
- Path: sparky!uunet!paladin.american.edu!auvm!SALT.RA.ANL.GOV!SPARAPAN
- Message-ID: <9208261800.AA08530@flash.ra.anl.gov>
- Newsgroups: bit.listserv.sas-l
- Date: Wed, 26 Aug 1992 13:00:29 CDT
- Reply-To: sparapan@SALT.RA.ANL.GOV
- Sender: "SAS(r) Discussion" <SAS-L@UGA.BITNET>
- From: sparapan@SALT.RA.ANL.GOV
- Subject: Re: SAS Graph; Dates on x-axis
- Comments: To: SAS-L@uga.cc.uga.edu, SBYRNE@LIVERPOOL.AC.UK
- Lines: 13
-
- Dear Sas-ler:
- Try this.
-
- in datastep
-
- format day monyy5.;
-
- proc gplot;
- plot mean*day / haxis='01AUG89'd to '01JUL90'd by month;
- run;
-
- That should do the trick. Ignore warnings.
- Rodney
-