I generate a bar chart with
This looks like this:

I use the asyvars option to colour the bar automatically by the theme and I use legend(off) because I don't want a legend. However I do want the bars labeled like Stata does it perfectly when not using asyvars:

So, how can I make Stata to label the bars in a bar chart while using the asyvars option?
Many thanks,
Walter
ps: This question came up in an older post. Please excuse me posting it on the top level again, but the older thread did not have the correct title for this problem.
Code:
graph bar, over(q166a_ORC_graph) asyvars legend(off)
I use the asyvars option to colour the bar automatically by the theme and I use legend(off) because I don't want a legend. However I do want the bars labeled like Stata does it perfectly when not using asyvars:
So, how can I make Stata to label the bars in a bar chart while using the asyvars option?
Many thanks,
Walter
ps: This question came up in an older post. Please excuse me posting it on the top level again, but the older thread did not have the correct title for this problem.
Comment