Hi everybody,

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
produces the following graph:
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!