Hi, I've been frustrated with the syntax to change the horizontal axis font size on a horizontal stacked bar.
Here is my current syntax
graph hbar (sum) proportion, over(classnum) over (year) percent stack asyvars ///
scheme(white_viridis) ///
ytitle("% of total export", size(3)) ///
ylabel(, labsize(3)) ///
label(labsize(small)) ///
blabel(bar, format(%9.0f) position(center) size(2))
It keeps showing I can't use the option label, nor xlabel, xtitle
Could someone please help me with this simple issue? Thanks
Here is my current syntax
graph hbar (sum) proportion, over(classnum) over (year) percent stack asyvars ///
scheme(white_viridis) ///
ytitle("% of total export", size(3)) ///
ylabel(, labsize(3)) ///
label(labsize(small)) ///
blabel(bar, format(%9.0f) position(center) size(2))
It keeps showing I can't use the option label, nor xlabel, xtitle
Could someone please help me with this simple issue? Thanks
Comment