Hi I'm stata beginner.
I 'm drawing graph, but label is too long to fit on the X axis.
Array
Is there any way to distinguish label name on the graph???
(By writing vertically or by tilting the label )
label define gr 1 "<18.5" 2 "18.5-19.5" 3 "19.5-20.5" 4 "20.5-21.5" 5 "21.5-22.5" 6 "22.5-23.5" 7 "23.5-24.5" 8 "24.5-25.5" 9 "25.5-26.5" 10 "26.5-27.5" 11 "27.5-28.5" 12 "28.5-29.5" 13 "29.5-30.5" 14 "30.5-31.5" 15 "31.5-32.5" 16 "32.5-33.5" 17 "33.5-34.5" 18 ">34.5"
label values gr gr
fvset b 9 gr
logistic outcome i.gr sbp dbp
est store uni
coefplot uni , vertical keep(*.gr) eform baselevel leg(off) ysize(1.8) xsize (2.5) yline(1) msymbol(S) pstyle(p1)
Related Posts with The label is too long to fit on the X axis.
DataSet Notes from huge DTA fileHi everyone, Any hint about reading dataset's notes embedded in a huge (>10Gb) DTA file. I used …
About structural equation modellingHi, I am a doctoral student preparing a thesis on how individual values, beliefs, and attitudes affe…
Subtracting time series and creating new groupDear Statalist members, Having extensively browsed the Statalist forums without finding an answer t…
DataSet Notes from huge DTA fileHi everyone, Any hint about reading dataset's notes embedded in a huge (>10Gb) DTA file. I used …
Iterations in Poission RegressionI was running a code for negative binomial and poisson regression and the results were not convergin…
Subscribe to:
Post Comments (Atom)
0 Response to The label is too long to fit on the X axis.
Post a Comment