LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (October 1999, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Tue, 12 Oct 1999 15:05:53 -0400
Reply-To:   "Yvonne R. Thompson" <yvonnet@ANDREW.CMU.EDU>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   "Yvonne R. Thompson" <yvonnet@ANDREW.CMU.EDU>
Subject:   Re: Gplot ..How do I get points to join??
Content-Type:   text/plain; charset=us-ascii

Perhaps someone can help me out here.

I have a SAS-ETS manual v.2, and even when literally following example on page 192 as follows:

PROC GPLOT DATA=p; symbol1 v=star i=none symbol2 v=plus i=join plot y*time =1 yhat *time=2 .overlay;

...instead of plotting 'plus' (+) symbols for yhat I just get (*) in a different color, which is not helpful with black and white printer. Also, I cannot seem to make the points join.

What am I missing? I am using version 6 in windows.

Thanks.


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