Dear list
At some point in the last week the standard font in the graph window has changed and I am rather confident that I did not intend to change it (nor did I make any changes to settings that I would recall).
Right now, the font looks like this in the output window:

However, when I export that very graph as a PDF, the font in the PDF is the standard font:

Does anyone know how to fix this? I am using Stata 13.1 on a Windows PC (64-bit x86-64). Restarting Stata and restarting the PC did not fix the problem.
Thank you very much!
Joe
At some point in the last week the standard font in the graph window has changed and I am rather confident that I did not intend to change it (nor did I make any changes to settings that I would recall).
Right now, the font looks like this in the output window:
Code:
sysuse auto, clear twoway scatter mpg weight, scheme(s2color)
However, when I export that very graph as a PDF, the font in the PDF is the standard font:
Code:
graph export "Graph.pdf", as(pdf) replace
Does anyone know how to fix this? I am using Stata 13.1 on a Windows PC (64-bit x86-64). Restarting Stata and restarting the PC did not fix the problem.
Thank you very much!
Joe
Comment