Announcement

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

  • Figures look strange in new Stata install

    Hi. I recently installed Stata on a Mac OS (12.2.1 Monterey), and for some reason my figures look a bit weird. Most obviously, the axis labels are strangely aligned with the ticks, though there's something uncanny about the rest of the figure too. What's going on?

    Example code:
    Code:
    clear
    set seed 1
    set obs 20
    generate x = _n
    generate y = _n + rnormal()
    scatter x y
    graph export "x_y.png", width(2000)
    Click image for larger version

Name:	x_y.png
Views:	1
Size:	118.8 KB
ID:	1654598
Working...
X