Hello dear community,
I would like to edit the height of a stacked bar graph I construct. Here is the command
and the output looks like this:

As you can see, the countries' names don't appear fully. I would like to diminish the height of the bars, and make the countries' names appear fully, and find a place for the legend below the graph. Can anyone help me, please ? Attached is the data. data.dta
I would like to edit the height of a stacked bar graph I construct. Here is the command
Code:
graph bar var1 var2, over(country,label(angle(90) labsize(*0.85))) stack /// graphregion(color(white)) ytitle("Percent") yla(,nogrid) percentage /// legend(label(1 "var1") label(2 "var2") pos(6) ring(20))
As you can see, the countries' names don't appear fully. I would like to diminish the height of the bars, and make the countries' names appear fully, and find a place for the legend below the graph. Can anyone help me, please ? Attached is the data. data.dta
Comment