Date: Thu, 5 Sep 1996 16:27:30 GMT
Reply-To: Mark Brigham <mbrigham@USGS.GOV>
Sender: "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From: Mark Brigham <mbrigham@USGS.GOV>
Organization: US Geological Survey
Subject: Re: Error Bars and SAS Graph
Use the INTERPOL=STD option in the SYMBOL statement. See SAS/Graph Software:
Reference, ver. 6, 1st ed., vol. 1, page 417-418 for options and defaults, or
some other reference that explains INTERPOL options.
[You want 1 std. deviation--use I=STD1; by default I=STD is equivalent to
I=STD2, which draws the line to +/- 2 std deviations.]
Mark
|