Hi there!

Ever since updating to macOS Monterey, I've seemingly lost the ability to alter text size in graphs with Stata SE 14.2. The "size" option doesn't work, and even if I try to manually change text size of axes or labels, I'm unable to. The only thing that does change is the margins (in the attached image, you'll see the x-axis margins are altered to accommodate larger text). Just wanted to see if anyone else has run into this problem, or if this is a personal Mac problem. Example code below, resulting graph image attached...

Code:
sysuse auto, clear
histogram price, xtitle(, size(large))
Array