I'm producing a bar graph with data labels using the following code:
Code:
graph bar VAR1 if type=="A" | type=="B", ///
by(type) over(year, label(labsize(vsmall))) ///
blabel(bar,position(outside)) ///
ylabel(, labsize(vsmall)) ///
graphregion(color(white))Any help is appreciated!
(So sorry that I can't share the data, I'm not allowed to do so due to the data using restrictions...)
Many thanks,
Craig
0 Response to Graph bar: how to change "blabel" size
Post a Comment