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 2004, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Thu, 21 Oct 2004 13:24:12 -0700
Reply-To:   Myk <mykalc@GMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Myk <mykalc@GMAIL.COM>
Organization:   http://groups.google.com
Subject:   Re: bar chart question
Content-Type:   text/plain; charset="iso-8859-1"

for some reason the original message did not post, here is my question:

I have created a table that I wanted displayed in a bar graph, by quarter, representing what percentage of the population are positive for a particular test. For some measures I need to be able to do a subbar, breaking down the percentage by source.

Currently I am able to do this but not without creating a "rest" group which then creates a text percentage in the white space above the graph. This is because it truly is there we just colored it white so it wouldn't show up. Also, the percentage values do not correspond with the Y axis. Each quarter is representing a percentage of the total dataset--this is where I believe we need the group by function.


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