Dear Statalisters,
Is there anyway to reduce the space in my graph title with r-square. Please note that I have no space in the codes when referring the local macro, yet the number in the title is quite spaced out. Any idea, how to get rid of it:

Is there anyway to reduce the space in my graph title with r-square. Please note that I have no space in the codes when referring the local macro, yet the number in the title is quite spaced out. Any idea, how to get rid of it:
Code:
sysuse auto, clear qui reg mpg weight loc r2: di %12.3f e(r2) scatter mpg weight, ti("{bf:R-squared:`r2'}", col(red))
Comment