Date: Wed, 8 Nov 2006 11:26:16 -0800
Reply-To: Jeanina Worden <jworden@PDD.NET>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Jeanina Worden <jworden@PDD.NET>
Subject: Re: Help with Graph symbol
Content-Type: text/plain; charset="iso-8859-1"
Thanks for everyone's help...the font statement was the ticket!
-----Original Message-----
From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU]On Behalf Of Yu
Zhang
Sent: Wednesday, November 08, 2006 11:21 AM
To: SAS-L@LISTSERV.UGA.EDU
Subject: Re: Help with Graph symbol
Try something like this:
symbol v=- f=cgreek h=1;
HTH
Yu
On 11/8/06, Jeanina Worden <jworden@pdd.net> wrote:
>
> I'm creating a graph with GPLOT and I need to put a dash as the
> symbol...can anyone tell me how? I found the PLUS and that works but I
> would really like to get away from the addition it makes to the line.
>
> Here's my current symbol statement:
> symbol1
> interpol=hiloctj
> cv=black
> ci=black
> width=0.2
> value=plus
> ;
>
> Nina
>
|