Dear Stata User,
After using grqreg code, i saved the graph in word file. Then, I converted word file to PDF file. After converting I am getting this type of image. I am not able to detect where is the problem.
Code that i have used:
webuse auto, clear
qreg price mpg headroom
grqreg, cons ci ols olsci title(Fig.1a Fig.1b Fig.1c)
I got this graph in Stata, then, copied and paste in word file. Then I converted into PDF. In PDF, i am surprised with this graph. Word and PDF files are attached.
After using grqreg code, i saved the graph in word file. Then, I converted word file to PDF file. After converting I am getting this type of image. I am not able to detect where is the problem.
Code that i have used:
webuse auto, clear
qreg price mpg headroom
grqreg, cons ci ols olsci title(Fig.1a Fig.1b Fig.1c)
I got this graph in Stata, then, copied and paste in word file. Then I converted into PDF. In PDF, i am surprised with this graph. Word and PDF files are attached.
Comment