I am trying to create a stacked bar plot:
Code:
graph bar x1 x2, over(group)
Command -
Code:
blabel(group, position(inside))
does something like what I want, but the "group" has to be the variable in "over". Is there a way to label bars using a variable that is not used in generating the bars?