When I create this twoway graph using the by() option, the x-axis title is not centered on the inner plot region (it is centered relative to the whole figure). This does not look good, especially with long value labels on the y-axis. Is there anyway to center the x-title properly?
Array
Code:
sysuse auto, clear twoway (scatter price weight), ylabel(, angle(horizontal)) by(foreign)