| Date: | Thu, 22 Oct 2009 14:54:12 -0500 |
| Reply-To: | "Data _null_;" <iebupdte@GMAIL.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | "Data _null_;" <iebupdte@GMAIL.COM> |
| Subject: | Re: proc gchart - hbar axis question |
|
| In-Reply-To: | <48464e3d-087d-460c-9c41-d7156f5313e2@g1g2000vbr.googlegroups.com> |
| Content-Type: | text/plain; charset=ISO-8859-1 |
|---|
I don't know if this is what you mean or not.
axis1 label=none value=none major=none minor=none;
proc gchart data=sashelp.class;
hbar sex / /*nostats*/ raxis=axis1;
run;
On 10/22/09, google.20.scifiguy@xoxy.net <google.20.scifiguy@xoxy.net> wrote:
> Is there a way to do a 'noaxis', but just for the x-axis in proc
> gchart using hbar?
> If so, how would you do it. if not, is there a better way to do bar
> charts with more control?
>
|