Date: Mon, 13 Jul 2009 05:41:53 -0700
Reply-To: Jonathan Harris <jonathan.harris8@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Jonathan Harris <jonathan.harris8@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 12, 9:27 am, Richard DeVenezia <rdevene...@gmail.com> wrote:
> 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. DeVeneziahttp://www.devenezia.com
Thanks so much. Such a simple solution!
|