Date: Thu, 2 Jun 2005 16:07:12 -0700
Reply-To: HaNZ <hans_hockey@YAHOO.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: HaNZ <hans_hockey@YAHOO.COM>
Organization: http://groups.google.com
Subject: Re: help correcting elongated plots
Content-Type: text/plain; charset="iso-8859-1"
Regarding funny characters maybe try
options formchar='|----|+|---';
I recall getting funny-looking PROC FREQ tables before adding that
option, now to autoexec.sas.
And you might be able to get squareness simply by the right combination
of line and pagesize, apart from changes to the plot stmts.
options ls=xx ps=yy;
I'd go for GPLOT long term though.
Hans
|