I have a simple question about bar graphs in Stata but I don't seem to find a solution.
My current code:
Code:
graph bar gov_resp if year==1992, over(cntry, label(angle(45))) over(east) nofill
Array
I want everything to remain the same except for all the bars from West to be red, and all the bars from East to be blue. How can I do that?
Many thanks in advance!
0 Response to Graph bar colors by group
Post a Comment