LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (November 2006, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: Yu Zhang <zhangyu05@GMAIL.COM>
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 >


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