I have a personal scheme where I have the following entries:

Code:
yesno         title_span     yes
yesno         subtitle_span yes
yesno         bygraph_subtitle_span no
My understanding is that these should force normal titles and subtitles to span, by not the subtitles that label each subplot. However, this does not seem to work:

Code:
webuse pig
xtset id week 
tw line weight week if inrange(id,1,8), by(id, title("Pigs Gain Weight Over Time is My Long Title That Spans") rows(2))

Array

The subtitles jut out over the y-axes. I took a look through the documentation and some other schemes that do work, but I am still not sure how to fix this.

What am I missing here?