There isn't a way for Stata to automatically wrap your existing value
labels, but you can use the -relabel- suboption with the -over- option
to give your labels two lines. To create a two-line bar label, you'll
need to include each line of your label in double quotes, and then
enclose the entire label in compound double quotes. For example, try
the following:
. graph bar (asis) rate, over(ever, relabel(1 `""Parents ever" "self
employed""' 2 `""Parents never" "self employed""')) over(sex)
Derek Wagner
<[email protected]>
I've just written a small program, -splitvallabels-, which creates this
relabel() option automatically. With it, you could type: