Hi everybody, a stupide question here, but I am not able to find sollutions. I am running the following code. I would ask you if there is any way to center the xlabel on the bar. That because when I change bar size the xlabel does not move.
twoway histogram high, percent by(grade, row(1)) width(0.9) barwidth(0.2) graphregion(color(white)) xlabel(0 "non high" 1 "high")
Code:
* Example generated by -dataex-. For more info, type help dataex clear input byte(high grade) 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 end

Comment