Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Scheme by() Graph Subtitle Span Option

    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))

    Click image for larger version

Name:	Screen Shot 2021-05-19 at 9.04.30 PM.png
Views:	1
Size:	62.1 KB
ID:	1610724


    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?
Working...
X