Hi Statalist users, I would like to draw a horizontal bar chart that shows the mean of a variable, categorized by gender, and have multiple variables in the same graph. Can someone help me with that? Attached is the graph that I want to produce. Thank you!

Code:
input gender q1 q2 2 0 0 1 0 0 1 0 1 2 0 0 1 0 0 2 0 0 2 0 0 1 0 0 1 0 0 1 0 0 2 0 0 1 0 0 1 0 0 1 0 0 1 0 1 1 0 1 1 0 0 2 1 0 2 1 1 1 0 0 1 0 0 1 0 0 1 0 1 1 0 0 2 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 2 1 1 1 0 0 1 0 0 1 0 1 1 0 0 1 1 1 2 1 1 2 1 1 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 2 0 0 1 1 0 1 0 1 1 0 0 2 1 1 end
