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 (April 1996, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 18 Apr 1996 09:18:35 -0700
Reply-To:     schick@hrz.uni-marburg.de
Sender:       "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:         Arnold Schick <schick@HRZ.UNI-MARBURG.DE>
Organization: University of Marburg/Germany, ACC (HRZ)
Subject:      Re: axis scaling in proc plot

Michael Fahey wrote: > > Hi Everyone, > > I can't seem to force proc plot to uniformly scale the axes of a plot, > nor can I find an option in the manual to do this. Just to be clear, I > want the distances between any two values on the x and y axes to be > equivalent when the numerical differences are also equivalent. > > Till now, I've been manipulating the linesize/pagesize, > vpercent/hpercent, uniform (which only seems to take effect with by > groups) and vtoh options, without success. > > Can anyone help with this? > > TIA. > > -- > Michael Fahey |email: michael@east.ncc.go.jp > Division of Epidemiology and Biostatistics > National Cancer Center, Research Institute East

Hi,

normally, SAS/GRAPH produces presentation graphics. And the aspect ratio is produced per default with proc GMAP (also SAS/GIS), only.

Other graphic procedures use mostly the full page size of the graphic output device. However, the AXIS statement to proc GPLOT enables the setting of the ratio of the axes.

The length option of the axis statement should be have the same value for the X- and Y-unit.

Otherwise, you can also experiment with the HSIZE and VSIZE options from the GOPTIONS statement for a given output device.

Arnold Schick, University of Marburg,Germany

http://www.geocities.com/Paris/3401/index.html (my previously vacation destination)


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