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