Hi,
I'm trying to make a bar chart within several subgroups of variables (grouping variables) and I want to assign a colour for each of these grouping variables. I've tried manually changing this in graph editor, but each time i change a specific bar color, all the other bars change to the same color too.
My variables:
Time - Range of values
Sex - Male, Female, Unknown
Age Group - assigned group numbers - 1,2,3..
My Stata Command:
"graph bar (median) Time, over(Sex) over(Agegroup)"
Awaiting your response.
Many thanks
J
I'm trying to make a bar chart within several subgroups of variables (grouping variables) and I want to assign a colour for each of these grouping variables. I've tried manually changing this in graph editor, but each time i change a specific bar color, all the other bars change to the same color too.
My variables:
Time - Range of values
Sex - Male, Female, Unknown
Age Group - assigned group numbers - 1,2,3..
My Stata Command:
"graph bar (median) Time, over(Sex) over(Agegroup)"
Awaiting your response.
Many thanks
J
Comment