07-02-2007 10:18 AM
07-02-2007 10:39 AM
07-02-2007 10:39 AM
I believe you are looking at the axis value and according to the help for that VI
Axis specifies the center values for each bin of Histogram. The centers of each bin are set according to the following equation and returned in the output array Axis.
center[i] = (lower + upper)/2,
where lower is the lower boundary of bin i, and upper is the upper boundary of bin i.
So the values you are getting are correct and expected. The bin does go from 0-.5 etc.