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.
Parse multiple selectors once using insheetjsonHi all, I am trying to build a program that gets data from Statistics Denmark's API using insheetjs…
Stata implementation of Delaunay triangulation + Voronoi tessellation + convex hullDear all, I have been working on a native implementation of Delaunay triangulation, Voronoi tessell…
Automatically parse selectors with insheetjsonHi all, I am trying to build a program that gets data from Statistics Denmark's API using insheetjs…
Margins after reghdfe?Hello Statalisters,. I am running a triple differences linear probability regression, where I am ev…
Overlay Keys in LegendI am graphing point estimates and confidence intervals for two different groups. In the legend, I wo…
Subscribe to:
Post Comments (Atom)
0 Response to The label is too long to fit on the X axis.
Post a Comment