LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (September 1996, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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


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