Hi Statalisters,
I am running STATA 18 on M2 Macbook running Macos Sonoma 14.1. My graph titles will not change size or justification no matter how I specify the options to change them. I believe that I am following the syntax suggestion by the help pages and other users on the forum, but nothing I do (change options, set scheme, graph set) seems to make a difference. Here is the code used to create the graph:
twoway (bar units_average_Rejected relative_year, sort) ///
, ytitle("Average Total Units") ///
ytitle(, justification(left) ///
alignment(middle)) ///
ylabel(40(10)80, ///
labsize(default) ///
labgap(medium)) ///
xtitle("Relative Year") ///
xtitle(, justification(left) alignment(middle)) xlabel(-3(1)6, labgap(medium)) ///
title("Year_pis Based Average Units by Relative Year", size(large) justification(center)) ///
subtitle("Rejected", size(medium) justification(center)) ///
name("avg_rejected", replace)
And here is the produced graph:

Is this a technical issue? Should I contact Stata support? I am at a bit of a loss!
I am running STATA 18 on M2 Macbook running Macos Sonoma 14.1. My graph titles will not change size or justification no matter how I specify the options to change them. I believe that I am following the syntax suggestion by the help pages and other users on the forum, but nothing I do (change options, set scheme, graph set) seems to make a difference. Here is the code used to create the graph:
twoway (bar units_average_Rejected relative_year, sort) ///
, ytitle("Average Total Units") ///
ytitle(, justification(left) ///
alignment(middle)) ///
ylabel(40(10)80, ///
labsize(default) ///
labgap(medium)) ///
xtitle("Relative Year") ///
xtitle(, justification(left) alignment(middle)) xlabel(-3(1)6, labgap(medium)) ///
title("Year_pis Based Average Units by Relative Year", size(large) justification(center)) ///
subtitle("Rejected", size(medium) justification(center)) ///
name("avg_rejected", replace)
And here is the produced graph:
Is this a technical issue? Should I contact Stata support? I am at a bit of a loss!
Comment