HI,
The following code,
produces this graph

How can I place the yline in red on top of the graph and not in the back as it's now?
Thanks!
The following code,
Code:
graph hbar a1 a2 a3 a4, yline(50, ) stack percent bar(1, fcolor(0 107 167*.1)lcolor(none)) bar(2, fcolor(0 107 167*.2)lcolor(none)) bar(3, fcolor(0 107 167*.8)lcolor(none)) bar(4, fcolor(0 107 167*1.8)lcolor(none)) graphregion(color(white)) bgcolor(white) legend(order(1 "Men 2 or More Inter. than Women" 2 "Men 0 to 2 More Inter. than Women" 3 "Women 0 to 2 More Inter. than Men" 4 "Women 2 or More Inter. than Men") size(small)) ytitle("Percentage of Seminar Series")
How can I place the yline in red on top of the graph and not in the back as it's now?
Thanks!
Comment