Stata Coefplot Spacing -


i working coefplot package in stata ssc. have large number of estimated coefficients plot on same graph. accordingly, reduce spacing between coefficients.

so instance:

quietly sysuse auto, clear quietly regress price mpg trunk length turn coefplot, drop(_cons) xline(0) 

how can spacing between "mileage (mpg)" , "trunk space (cu. ft.)" decreased?

graph:

enter image description here


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -