In the past, any graphs that I exported automatically had centered titles and axes. This suddenly changed, any graphs I export look like the below image, with the titles not centered and the axis labels off-center.

This happens for any type of twoway graph, with any scheme and with any dataset. Running Stata 16.1 for Mac, fully updated and that didn't change anything. Has anyone else had this problem?
This is the code that generates that graph:
twoway line y x, title("This is the Title") xtitle("XTitle") ytitle("YTitle")
Many thanks.
This happens for any type of twoway graph, with any scheme and with any dataset. Running Stata 16.1 for Mac, fully updated and that didn't change anything. Has anyone else had this problem?
This is the code that generates that graph:
twoway line y x, title("This is the Title") xtitle("XTitle") ytitle("YTitle")
Many thanks.

Comment