Hi,
I'm creating stack bar graph with categorical var: beh_resultat (8 categories) stacked above the variable aar (6 categories)
Which works fine with the command, however I would like to display the graph as vertical and not horizontal (aar on the x-axis and % on the y-axis).
catplot beh_resultat aar, percent(aar) asyvars stack
Help is much appreciated, thanks
Larsen Inge
I'm creating stack bar graph with categorical var: beh_resultat (8 categories) stacked above the variable aar (6 categories)
Which works fine with the command, however I would like to display the graph as vertical and not horizontal (aar on the x-axis and % on the y-axis).
catplot beh_resultat aar, percent(aar) asyvars stack
Help is much appreciated, thanks
Larsen Inge
Comment