I am puzzled. r1title has a different (larger) size than l1title.
I would love to have them both the same size controlled by a -scheme-. In -s2color- both textboxstyles refer to -subheading-. I do not know how to manipulate it further...
Code:
set scheme s2color
sysuse auto, clear
twoway lowess mpg weight ///
|| lowess price weight, yaxis(2) ///
||, by(foreign , r1title("Price") l1title("Price")) ///
name(s2_r1l1, replace)

Comment