Hi,
I'm using:
graph bar, over(x) blabel(bar, format(%2.1f) color(black) size(small) position(outside) gap(0.5))
and I want to add counts in the bar, I know I can use graph bar (count) but I need to integrate the frequency as information inside the bar or maybe it's possible as bracket behind the percent. Is that possible?
-Nick
I'm using:
graph bar, over(x) blabel(bar, format(%2.1f) color(black) size(small) position(outside) gap(0.5))
and I want to add counts in the bar, I know I can use graph bar (count) but I need to integrate the frequency as information inside the bar or maybe it's possible as bracket behind the percent. Is that possible?
-Nick
Comment