I have a personal scheme where I have the following entries:
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:

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?
Code:
yesno title_span yes yesno subtitle_span yes yesno bygraph_subtitle_span no
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))
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?