I am trying to change the position of subtitles in bar graphs. I've created a MWE from Stata's dataset:
Code:
use http://www.stata-press.com/data/r15/lifeexp, clear
graph bar, over(lexp) by(region)
I wish that the subtitle textbox position (of all subgraphs) would be on the red rectangle shown in the attached screenshot (the screenshot shows only one subgraph).
Anyone knows how to do it?

Array