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 (July 2006, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Tue, 18 Jul 2006 16:18:19 -0400
Reply-To:   Joe Whitehurst <joewhitehurst@GMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Joe Whitehurst <joewhitehurst@GMAIL.COM>
Subject:   Re: side-by-side bar chart/histogram - PULLING MY HAIR OUT!
Comments:   To: Jennifer Sabatier <plessthanpointohfive@gmail.com>
In-Reply-To:   <200607181319.k6IAkIhj025355@mailgw.cc.uga.edu>
Content-Type:   text/plain; charset=ISO-8859-1; format=flowed

Jennifer,

Of course there is a solution. Post your code and I or someone will show you how to modify the code to procuce exactly what you want.

Joe

On 7/18/06, Jennifer Sabatier <plessthanpointohfive@gmail.com> wrote: > Hi, All, > > I am trying to get a nice histogram where the frequency bars for my groups > are side-by-side on each value of the categorical axis. > > I have three groups: Diseaed, Sensitized, Not Diseased. I have frequencies > of certain alleles. So, for the first allele, 0101, I want to see the > frequency for each group. Then move to the next allele, 0102, again, I want > to see the frequency bars for each. > > So far, I can get three side by side histos from Proc Gchart with the > categorical axis repeated 3 times. I don't want that. > > Is there an easy solution to this? Is there a not so easy solution? Any > solution? I've searched these archives, but couldn't find a similar > question, and I've googled it. I tried to tinker with a macro for > side-by-side box plots but I couldn't get it two work for more than two groups. > > Thanks, > > Jen >


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