Dear all,
I'm using the community-contributed command catplot in Stata 15 to describe categorical variables by a grouping variable.
I want to change the size of the labels of the grouping variable.
I haven't found a way to change it.

My syntax is:
catplot sexe, by(c4, col(6) note("")) asyvars stack percent(c4) recast(hbar) scheme(s1color) ///
bar(1, color("blue%50")) bar(2, color("orange%50")) blabel(bar, position(center) format(%3.2f) size(6.5)) ///
legend(size(6.5)) ytitle("Porcentaje (%)", size(6.5)) ylabel(, labsize(5.5)) ///
xsize(20) ysize(3) name(c1, replace)
Could anyone please help me?
Thank you a lot for advanced,
Regina MG
I'm using the community-contributed command catplot in Stata 15 to describe categorical variables by a grouping variable.
I want to change the size of the labels of the grouping variable.
I haven't found a way to change it.
My syntax is: catplot sexe, by(c4, col(6) note("")) asyvars stack percent(c4) recast(hbar) scheme(s1color) ///
bar(1, color("blue%50")) bar(2, color("orange%50")) blabel(bar, position(center) format(%3.2f) size(6.5)) ///
legend(size(6.5)) ytitle("Porcentaje (%)", size(6.5)) ylabel(, labsize(5.5)) ///
xsize(20) ysize(3) name(c1, replace)
Could anyone please help me?
Thank you a lot for advanced,
Regina MG

Comment