I am creating a twoway horizontal rbar in Stata but cannot seem to get the bars to touch/be adjacent to one another. I have played around for some time now and would be grateful if anyone you might know the solution off the top of his/her head could provide some advice. With thanks in advance.
graph twoway /*
*/ (rbar begin_d1`spell_d1' end_d1`spell_d1' id, horizontal barwidth(0.1) xlab(0(10)100) color(navy)) /*
*/ (rbar begin_d0`spell_d0' end_d0`spell_d0' id, horizontal barwidth(0.1) xlab(0(10)100) color(maroon))
graph twoway /*
*/ (rbar begin_d1`spell_d1' end_d1`spell_d1' id, horizontal barwidth(0.1) xlab(0(10)100) color(navy)) /*
*/ (rbar begin_d0`spell_d0' end_d0`spell_d0' id, horizontal barwidth(0.1) xlab(0(10)100) color(maroon))
Comment