Announcement

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

  • Saving graph in pdf, information disappears (labels, legend, title)

    Hi there - I am running a simple twoway line but I am having problem exporting the figure I get in pdf. Specifically I have STATA 16 and I am running (on a MacOS Big Sur Version 11):

    twoway (line renewal_min_ year) (line trad_min_ year)
    graph save "$temp/trend_f1.gph", replace
    graph export "$temp/trend_f1.pdf", replace


    And while all is ok with the .gph file, when I open the .pdf the labels aren't there on both axis and the legend also has no text anywhere. Only the two lines. What could be going on/how can I fix it?
    Thanks!

  • #2
    Start by updating Stata and see if it solves the problem:

    Code:
    update all

    If not, you will want to contact Technical Services and report the issue.

    Comment

    Working...
    X