I made a dot graph using the command "graph dot", to show the division of household tasks by gender in a dataset I have collected. Currently I get two graphs side-by-side, but I would like to juxtapose the "dots" so that they're on the same axes instead.
I used the following command:
graph dot sharing, by(female) over(task) ytitle(Sharing of tasks)
I get the following graph:
Array
Is there any way to "combine" the Men and Women graphs, so that I can see the dots for men and women on the same axis, for each task? It would make it much easier to compare e.g. if men and women both think they do most of a particular task!
Thanks in advance for any help or pointers!
Best wishes,
Lucie
0 Response to How to juxtapose dot graphs for two groups of a single categorical variable? (Example in post)
Post a Comment