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 (December 2009, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 17 Dec 2009 16:42:52 -0800
Reply-To:     John Uebersax <jsuebersax@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         John Uebersax <jsuebersax@GMAIL.COM>
Organization: http://groups.google.com
Subject:      Re: Error bars and symbol statement
Comments: To: sas-l@uga.edu
Content-Type: text/plain; charset=ISO-8859-1

On Dec 17, 3:20 pm, John Uebersax <jsueber...@gmail.com> wrote: > I'm making a simple xy plot, where the x variable has discrete levels, I found the answer:

symbol value=none;

will suppress display of the individual datapoint.

John Uebersax

> > Using proc gplot and the symbol statement (or some other option), can > one plot instead of individual data points > only mean y value per x, and error bars? > > I know this is a simple question, but the documentation is akward. > > I've been so far been able to add error bars -- but these overlay and > are obscured by the actual data points. > The goal is to plot the mean and error bars, not the points. > > Thanks in advance for any tips. > > John Uebersax


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