Hello All,
I am trying to make a bar graph with 6 variables. I need to stack them up over years and need to add 3 other variables on the same graph as connected lines. Basically, I want to have stacked bars and connected lines on the same graph.
I tried this code: "twoway bar var1 year || rbar var1 var2 year || var1 var2 var3 year || line var7 var8 var9 year"
I got error message as; "rbar requires 3 variables" , basically rbar does not work with more than three vars.
I would appreciate for any help.
Thanks
Hakan Uslu
I am trying to make a bar graph with 6 variables. I need to stack them up over years and need to add 3 other variables on the same graph as connected lines. Basically, I want to have stacked bars and connected lines on the same graph.
I tried this code: "twoway bar var1 year || rbar var1 var2 year || var1 var2 var3 year || line var7 var8 var9 year"
I got error message as; "rbar requires 3 variables" , basically rbar does not work with more than three vars.
I would appreciate for any help.
Thanks
Hakan Uslu
Comment