I used the code below to generate the attached plot but the values on the x-axis are not legible. Kindly assist.
coefplot /// Array
(Depression, mcolor(green) ciopts(lcolor(green))) ///
(Dementia, mcolor(blue) ciopts(lcolor(blue))) ///
(Epilepsy, mcolor(red) ciopts(lcolor(red))) ///
(Other_complaints, mcolor(purple) ciopts(lcolor(purple))) ///
(Psychosis, mcolor(black) ciopts(lcolor(black))), ///
eform drop(_cons) xscale(log range(.5 2)) omitted ///
xline(1, lcolor(black) lwidth(thin) lpattern(dash)) ///
title("Changes in the physical domain of quality of life") xtitle("odds ratio") ///
text(1.8 1.9 "N=103", box fcolor(white) lcolor(black)) ///
msymbol(D) ciopts (recast (rcap))
Related Posts with graph x-axis not legible
Cox model refuses to calculate SEs for year dummies!Dear Statalist, I am looking for help with my Cox regression (a survival analysis). My unit of ana…
grqreg graph optionshi I am running multiple quantile regressions on different samples and use grqreg to show it graphi…
How to generate percentage values in a 3 way frequency table?Dear Friends; I am trying to work out my descriptive tables where I have to obtain a table of corre…
How to add zero before the observation in a variable?Dear Stata user, Suppose, I have a varibale named "price", which ranges from the 3291 (4 digits) to …
egen rowtotal with missing valuesHello, My code is this: Code: egen rm=rowmiss( var1- var10) . . egen Audit=rowtotal( var1- var…
Subscribe to:
Post Comments (Atom)
0 Response to graph x-axis not legible
Post a Comment