Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: st: Bar Graph Chart


From   Nick Cox <[email protected]>
To   "[email protected]" <[email protected]>
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
[email protected]


On 31 May 2013 15:02, Keniajin Wambui <[email protected]> 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/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index