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: Combine stacked and unstacked bars


From   Nick Cox <[email protected]>
To   [email protected]
Subject   Re: st: Combine stacked and unstacked bars
Date   Wed, 21 Dec 2011 14:47:30 +0000

webuse union, clear
keep idcode year age
gen which = cond(year == 71 | year == 77, 1, cond(year == 88, 2, .))
graph bar age, over(year) over(which) asyvars stack

Nick

2011/12/21 Nikolaos Kanellopoulos <[email protected]>:

> I searched the Statalist archives and the web and could not find an answer to my question.
> I am sorry if this question has been posted before and skipped my attention.
>
> I have three variables over a period of ten years and I want to create a graph bar with two of them stacked over each other and the third next to them.
>
> For instance in the following simple example:
>
> webuse union, clear
> keep idcode year age
> reshape wide age, i( idcode) j( year)
> keep in 1/10
> graph bar  age71 age77 age88, over(idcode)
>
> I want two bars. The first will be age71 age77 stacked together and the second age88.
>

*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/


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