Hello all,
What should I do to solve the following problem?
I am using the xscale option to limit the range of a histogram, but it does not seem to work.
I read the discussion on the forum, and put one more option, "xla", as suggested in a previous discussion. It did not help.
Here is how I am generating the histogram:
What should I do to solve the following problem?
I am using the xscale option to limit the range of a histogram, but it does not seem to work.
I read the discussion on the forum, and put one more option, "xla", as suggested in a previous discussion. It did not help.
Here is how I am generating the histogram:
histogram Duration, width(5) xscale(range(0 10)) xla(0 10)Immediately after issuing the above, I get:
(bin=48548, start=0, width=5)Then I get the following histogram, which is still off from what I want
Comment