Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Text size option no longer works when graphing after updating to macOS Monterey

    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))
    Click image for larger version

Name:	Example.png
Views:	1
Size:	81.4 KB
ID:	1641158

  • #2
    You should first attempt to update Stata

    Code:
    update all

    If that does not work, send a report to Stata Technical Services. They will need information about your license before they can process your query.

    Comment


    • #3
      Thanks all for the help! For reference, I reached out to Stata Technical Services, and they sorted me out.

      Comment


      • #4
        Can you please share the solution Jacob? I am facing the same issue and would like to know if I can do something about it

        Comment


        • #5
          +1, if you could share the solution I would greatly appreciate it! Thank you so much!

          Comment


          • #6
            Can you please share the solution Jacob? please

            Comment


            • #7
              I believe Chinh Nguyen (StataCorp) addressed this problem in the following thread: https://www.statalist.org/forums/for...hs-in-stata-17

              Comment


              • #8
                Originally posted by Andrew Musau View Post
                I believe Chinh Nguyen (StataCorp) addressed this problem in the following thread: https://www.statalist.org/forums/for...hs-in-stata-17
                Wow Andrew thanks again!, the problem lies in the font used. In my case I use "Century Gothic" in my graphics and mac big sur does not have it.

                Installing the font solves the problem.

                Greetings

                Comment

                Working...
                X