Normally, I understand one can print y-titles horizontally in Stata with the option,
Code:
line yvar xvar, ytitle("Dependent Variable", orientation(horizontal))
Code:
line yvar xvar, by(zvar) ytitle("Dependent Variable", orientation(horizontal))
Any tips on how to print the y-title horizontally when using the "by()" option?
0 Response to ytitle horiztonally
Post a Comment