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!
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!
Comment