Hello everyone,

I generated a bar graph using the catplot command for two categorical variables and I want to change the width of the bars showing. I tried with the graph editor but i couldn't manage. Any ideas?

I am using the following code:

catplot Variable1 Variable2, percent(Variable2) blabel(bar, position(inside) color(white) format(%8.0f)) asyvars

Thanks in advance.