Dear all,

I produced a bar graph over income group, I'm trying to order the bars as lower-middle, upper-middle and high income level (LM, UM, H). However, the default order is H, LM, UM. I'm wondering how can I change the order?

Code I'm using:
Code:
graph bar var1 var2, over(IncomeGroup, sort("LM","UM","H")) bargap(-30)
Current graph:

Array
Many thanks for your help!

Best,
Craig