Date: Thu, 28 Sep 2000 22:07:26 GMT
Reply-To: James Zhou <jameszhou@HOTMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: James Zhou <jameszhou@HOTMAIL.COM>
Subject: Re: Hysteresis plots with SAS
Content-Type: text/plain; format=flowed
Resolved!
Many thanks to Bill Droogendyk, Tom Philippi, and Ya Huang for their help!!!
James
>From: <bill_droogendyk@dofasco.ca>
>To: jameszhou@HOTMAIL.COM
>Subject: RE: Hysteresis plots with SAS
>Date: Thu, 28 Sep 2000 16:20:35 -0400
>
>James:
>
>I take it that the two methods below are both incorrect?
>
>data test;
>input subject time x y;
>cards;
>1 1 3.5 55
>1 2 7.5 50
>1 3 7.8 55
>1 4 6.0 58
>1 6 3.0 45
>1 8 1.5 60
>;
>symbol1 v=square i=join;
>proc gplot data=test;
>plot x*y;
>run;
>quit;
>
>symbol1 v=square i=rl;
>proc gplot data=test;
>plot x*y;
>run;
>quit;
>
>W.(Bill) Droogendyk
>Quality Systems
>Dofasco Inc. Hamilton ON Canada
>Telephone: 905 548 7200 x3359
>Fax: 905 548 4007
>
>
> > -----Original Message-----
> > From: James Zhou [SMTP:jameszhou@HOTMAIL.COM]
> > Sent: Thursday, 28 September, 2000 15:56
> > To: SAS-L@LISTSERV.UGA.EDU
> > Subject: Hysteresis plots with SAS
> >
> > Dear SAS-Lers,
> >
> > I can very easily produce a line plot with x (for x-axis) and y (for
> > y-axis). But I have not successfully made a hysteresis plot with the
> > following fake data:
> >
> > subject time x y
> > 1 1 3.5 55
> > 1 2 7.5 50
> > 1 3 7.8 55
> > 1 4 6.0 58
> > 1 6 3.0 45
> > 1 8 1.5 60
> >
> > The key of the hysteresis plot is that the line connecting the points of
>x
> > and y should be in the ascending order of time (e.g. 1 to 8 hours).
> > However, the time should not be presented in the plot as the third
> > dimension. Does anyone overthere have any luck with this kind of plots?
> > Please give me some help if so!!!
> >
> > Thanks a lot in advance!
> >
> > James
> >
>_________________________________________________________________________
> > Get Your Private, Free E-mail from MSN Hotmail at
>http://www.hotmail.com.
> >
> > Share information about yourself, create your own public profile at
> > http://profiles.msn.com.
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
Share information about yourself, create your own public profile at
http://profiles.msn.com.
|