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 (July 2009, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Sun, 12 Jul 2009 06:27:57 -0700
Reply-To:     Richard DeVenezia <rdevenezia@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Richard DeVenezia <rdevenezia@GMAIL.COM>
Organization: http://groups.google.com
Subject:      Re: SAS graph device=tiffp300 in portrait mode
Comments: To: sas-l@uga.edu
Content-Type: text/plain; charset=ISO-8859-1

On Jul 10, 3:10 pm, Jonathan Harris <jonathan.harr...@gmail.com> wrote: > I have what was previously a 4-panel figure that is being changed to a > 2-panel figure so I'm switching from landscape to portrait mode to > preserve the dimensions. However, when using the tiffp300 device it > still comes out as landscape. Other devices (cgm, eps, etc.) work > fine. Abbreviated code is below. Thoughts on why this isn't working?

Perhaps because the TIFFP300 device as supplied in sashelp.devices does not contain a setting for the ROTATE parameter.

You can set your own dimensions using:

GOPTIONS ... all your settings ... xpixels=1875 ypixels=2500 ;

-- Richard A. DeVenezia http://www.devenezia.com


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