LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (October 2009, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments:   To: "google.20.scifiguy@xoxy.net" <google.20.scifiguy@xoxy.net>
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? >


Back to: Top of message | Previous page | Main SAS-L page