Hi everyone!
I would appreciate some help with this. My plots' titles used to be all centered, but it is no longer the case. The labels of the axis are off too, and I can't change the size of the title or the axis' titles. Any ideas on how to fix it?
This is how they look now:

This is my version of Stata:
Thank you in advance!
I would appreciate some help with this. My plots' titles used to be all centered, but it is no longer the case. The labels of the axis are off too, and I can't change the size of the title or the axis' titles. Any ideas on how to fix it?
This is how they look now:
Code:
sysuse auto, clear sort weight twoway line mpg weight, title("This is the Title") xtitle("XTitle") ytitle("YTitle")
This is my version of Stata:
Code:
.about Stata/MP 17.0 for Mac (Apple Silicon) Revision 20 Apr 2021 Copyright 1985-2021 StataCorp LLC

Comment