Hi i just produced the following graph with the following code for these age categories, as you can see it's visually crowded...I also tried to enlarge the graph (making the window larger)
What are you recommendations on how to improve it
here's the code i used
Perhaps is there a way to show the top 3 categories of (percent)?

What are you recommendations on how to improve it
here's the code i used
Code:
graph hbar (percent) if treatment ==1 & failure==1, over(reason) over(agegrp) asyvars
Comment