The code for it is as follows
Code:
histogram gift_total, xscale(range(0 5000000)) bin(100) percent addlabel ylabel(, angle(horizontal)) xtitle(Gifts) title(Histogram of Gifts Received)
For one I tried to limit the scale on the x-axis to 5 million, however this doesn't seemed to have changed the x-axis.
I am looking at inheritances so even if that one variable is an outlier I wonder if I really don't want to include it. But if I do include it, then I don't see how I can get the histogram to ever be presentable... 100 bins also seem to be a tad much. Any advice on how I can make this histogram presentable?
0 Response to Issue with histogram: Single outlier and x-axis scale
Post a Comment