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 (May 2011, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 27 May 2011 09:50:35 -0400
Reply-To:     Ya Huang <ya.huang@AMYLIN.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Ya Huang <ya.huang@AMYLIN.COM>
Subject:      Re: High res .eps output in ods graphics proc univariate
Comments: To: "Kevin F. Spratt" <Kevin.F.Spratt@DARTMOUTH.EDU>

Can you try this:

ods grphics on / imagefmt=epsi width=9in height=6in;

On Fri, 27 May 2011 09:27:35 -0400, Kevin F. Spratt <Kevin.F.Spratt@DARTMOUTH.EDU> wrote:

>I would like to modify this code so that the histogram can be >exported as an eps (or other higher resolution file). > >I'm running SAS 9.2.3 on Windows XP-64 if that makes a difference. > >thanks. > >PS where do you even look to find out how to do this? > >ods graphics on; > > proc univariate data=work.f1_q5r; > var pat_sat; > label pat_sat = 'Patient Satisfaction'; > > histogram Pat_sat / normal > midpoints= 0 1 2 3 4 5 6 7 8 9 ; > inset n = 'Number of Patients' > mean > std='std dev' / positon=nw format=4.2; > > run; > >ods graphics off; > > > >______________________________________________________________________ > >Kevin F. Spratt, Ph.D. >Department of Orthopaedic Surgery >Dartmouth Medical School >One Medical Center Drive >DHMC >Lebanon, NH USA 03756 >(603) 653-6012 (voice) >(603) 653-6013 (fax) >Kevin.F.Spratt@Dartmouth.Edu (e-mail) > >Data is not information; >Information is not knowledge; >Knowledge is not understanding; >Understanding is not wisdom. > > - Cliff Stoll and Gary Schubert > >_______________________________________________________________________


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