Hi
I have created a histogram of marriage ages for each ethnic group in my dataset using the by option, however there are around 100 ethnicities so each individual graph is showing up very small and hard to read. Is there a code I can use to make this look better by forming 2/3 graphs instead. Here is the code I have used
Thank you!
I have created a histogram of marriage ages for each ethnic group in my dataset using the by option, however there are around 100 ethnicities so each individual graph is showing up very small and hard to read. Is there a code I can use to make this look better by forming 2/3 graphs instead. Here is the code I have used
Code:
twoway hist agefrstmar , percent by(ethnicityall, note("") legend(off) ixaxes)
Comment