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)
Array
Many thanks for your help!
Best,
Craig
0 Response to Bar graph, put bars in specific order
Post a Comment