I am using Stata version to produce a graph using the code below
Code:
local format = "%9.0fc"
graph hbar (mean) buyer20, over(receiver, label(labsize(small))) ///
intensity(25) blabel(bar, format(`format'))The bottom most bar has its label truncated. What would be the tweak to have not cut-off?
Thanks in advance!
0 Response to Bar labels are truncated
Post a Comment