Date: Mon, 20 Dec 2010 14:26:14 -0500
Reply-To: Gerhard Hellriegel <gerhard.hellriegel@T-ONLINE.DE>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Gerhard Hellriegel <gerhard.hellriegel@T-ONLINE.DE>
Subject: Re: vertical axis, bar chart
you can define a axis with the axis statement and assign it with the RAXIS
option. Not sure what the "frequency divided by 8" means and not sure what
a "dataset like 1 2 3 3 3 1 4 4" means. Never saw a dataset like that...
Gerhard
On Mon, 20 Dec 2010 12:05:50 -0500, bbser 2009 <bbser2009@GMAIL.COM> wrote:
>When using proc gchart, how to change the scales on the vertical axis?
>For example, if we have a data set like this:
>
>1 2 3 3 3 1 4 4
>
>The total number is 8. I would like the vertical axis to be changed to the
>frequencies divided by 8.
>
>Thanks.
>
>Max
|