Hi everyone,

Seems like a simple thing to do, but I can't figure it out.

Code:
graph bar innovation_faith innovation_reforms innovation_critiques, over(gender)
I get this, but I want the bars to be grouped where men and women bars are next to each other for easy comparison, for each outcome variable. Using
Code:
by(gender)
or
Code:
asyvars
don't work either.

Best,
Jason

Array