Dear Stata users,
I have this odd problem where the y axis labels are set on axis y line and not to the left of it in coefplot. So if I run:
I get the following

How do I get the y axis labels to be to the left of the axis line? I tried ylab(,labgap(size)) without any luck.
Thanks
I have this odd problem where the y axis labels are set on axis y line and not to the left of it in coefplot. So if I run:
Code:
clear sysuse auto eststo: reg price length coefplot
How do I get the y axis labels to be to the left of the axis line? I tried ylab(,labgap(size)) without any luck.
Thanks
Comment