Hi,
I generated stack bar graph using the code mentioned below. Everything seems fine expect appearance of legend. The legend mentioned in code is very long. After reducing its size it appears too small. Is there any way/option through which I can divide my legend text in two lines?
graph bar x5* if group==1, over(xcat, label(labsize(small)) relabel(1 "All union union" 2 "1-50%" 3 "51-99%" 4 "All black union")) percent stack ///
title("Representation of Minorities on organization" "And Participation in National Civil Society Convention ") ///
legend(label(1 "Participated in Civil Society Convention") label(2 "Not participated in Civil Society convention") size(vsmall))
Thanks,
Abbas
I generated stack bar graph using the code mentioned below. Everything seems fine expect appearance of legend. The legend mentioned in code is very long. After reducing its size it appears too small. Is there any way/option through which I can divide my legend text in two lines?
graph bar x5* if group==1, over(xcat, label(labsize(small)) relabel(1 "All union union" 2 "1-50%" 3 "51-99%" 4 "All black union")) percent stack ///
title("Representation of Minorities on organization" "And Participation in National Civil Society Convention ") ///
legend(label(1 "Participated in Civil Society Convention") label(2 "Not participated in Civil Society convention") size(vsmall))
Thanks,
Abbas
Comment