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
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
|