| 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.
|