Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
From | Nick Cox <njcoxstata@gmail.com> |
To | "statalist@hsphsun2.harvard.edu" <statalist@hsphsun2.harvard.edu> |
Subject | Re: st: Bar Graph Chart |
Date | Fri, 31 May 2013 18:03:58 +0100 |
Is this closer to what you want? graph bar (count) tempjan tempjuly, by(region) over(division) asyvars nofill graph bar (count) tempjan tempjuly, by(region, row(1)) over(division) asyvars nofill Nick njcoxstata@gmail.com On 31 May 2013 15:02, Keniajin Wambui <kiangati@gmail.com> wrote: > Hi All; > I am using Stata 12 on windows 7. I want to do a bar graph of two > variables with each bar colored differently according to regions > > Using one variable its working perfectly > webuse citytemp > graph bar (count) tempjan , over(region) over(division) asyvars stack > > but when i try > webuse citytemp > graph bar (count) tempjan tempjuly, over(region) over(division) asyvars stack > > the over(region) over(division) both of them are moved to the x-axis. > How can I make sure the using two variables rremains the same as for > one variable. > -- > Mega Six Solutions > Web Designer and Research Consultant > Kennedy Mwai > 25475211786 > * > * For searches and help try: > * http://www.stata.com/help.cgi?search > * http://www.stata.com/support/faqs/resources/statalist-faq/ > * http://www.ats.ucla.edu/stat/stata/ * * For searches and help try: * http://www.stata.com/help.cgi?search * http://www.stata.com/support/faqs/resources/statalist-faq/ * http://www.ats.ucla.edu/stat/stata/