Dear Stata user, when i am using grqreg code, the y axix of graphs is not readable perfectly. Codes are bellow:
webuse auto, clear
qreg price mpg headroom
grqreg, cons ci ols olsci title(Fig.1a Fig.1b Fig.1c) format (%12.1f)
My out put is: The Y axis is not perfectly readable. So please suggest me how to solve this?
webuse auto, clear
qreg price mpg headroom
grqreg, cons ci ols olsci title(Fig.1a Fig.1b Fig.1c) format (%12.1f)
My out put is: The Y axis is not perfectly readable. So please suggest me how to solve this?