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))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?
0 Response to Scheme by() Graph Subtitle Span Option
Post a Comment