Hi Collective,
I have a rather simple question. I was trying to organize a panel of bar graphs. For the sake of aesthetics, I would like to slim one of the bars so that it has the same size as the others in the panel. I tried searching the net and Stata documentation but no luck.
I show a snippet of my code below.
Thanks,
graph bar mu1 , over(morb1a)
ysc(r(0 1))
blabel(bar, position(inside) format(%9.3f) color(white))
ytitle(" ")
title("HS")
I have a rather simple question. I was trying to organize a panel of bar graphs. For the sake of aesthetics, I would like to slim one of the bars so that it has the same size as the others in the panel. I tried searching the net and Stata documentation but no luck.
I show a snippet of my code below.
Thanks,
graph bar mu1 , over(morb1a)
ysc(r(0 1))
blabel(bar, position(inside) format(%9.3f) color(white))
ytitle(" ")
title("HS")
Comment