Hi,
I want to graph an histogram, and the distribution is very skewed, For comparative purposes, I want to truncate Y-axis in 25% instead of 80% (the maximum that Stata use).
I used:
hist Yvar, percent yscale(range(0 25) noextend ) ylabel(0(5)25)
but it doesn´t work.
Any help?
Thank in advance,
Adriana
I want to graph an histogram, and the distribution is very skewed, For comparative purposes, I want to truncate Y-axis in 25% instead of 80% (the maximum that Stata use).
I used:
hist Yvar, percent yscale(range(0 25) noextend ) ylabel(0(5)25)
but it doesn´t work.
Any help?
Thank in advance,
Adriana
Comment