Date: Fri, 24 Oct 2008 11:56:46 -0400
Reply-To: msz03@albany.edu
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Mike Zdeb <msz03@ALBANY.EDU>
Subject: Re: proc gplot - plot 10 charts in 1 page
Content-Type: text/plain;charset=iso-8859-1
hi (again) ... OK, one more avenue to explore ... ODS HTMLPANEL (on Robert Allison's web site) ...
example ...
http://www.robslink.com/SAS/democd26/gas.htm
sas code ...
http://www.robslink.com/SAS/democd26/gas_info.htm
also, the sas web site ...
http://support.sas.com/rnd/base/ods/odsmarkup/htmlpanel.html
from the sas web site link ...
Note: You must download the SAS 9.2 htmlpanel tagset (.zip) to use these OPTIONS values in SAS 9.1.3. The values are not shipped in the SAS 9.1.3
tagset. The downloaded SAS 9.2 tagset actually works in SAS 9.1 and later, but the OPTIONS syntax is supported beginning with SAS 9.1.3.)
--
Mike Zdeb
U@Albany School of Public Health
One University Place
Rensselaer, New York 12144-3456
P/518-402-6479 F/630-604-1475
> Hi All
>
> I am plotting Univariate histogram and was keen to know whether we
> could plot 8 or 10 charts in one page, with proc Gplot option, as this
> would give better insight on the data with a side by side comparison
> over the 8/10 periods.
>
> Thanks
> Aj
>
>