Hi all,

I'm trying to create a bar graph that shows how the numbers of procedures etc. required vary depending on the public service that you're applying for.
I'm using "
Code:
twoway (bar Pages_Form_1 No_Forms type, yaxis(1)) (bar procedure type, yaxis(2))
" and attached is the bar graph being produced. The numbers on the x-axis represent different public services (they've been converted to numbers so that I can use the twoway bar command. As seen in the image, the bars are currently stacked.




Array

I want the bars to be unstacked. Any advice on how I can achieve that?

TIA!