You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The previous version of the histogram showed regular "spikes" which are
entirely artefactual; they come from the fact that we were binning
(effectively) integer data with floating point bins that did not all
cover the same number of ints (even though they have the same floating
point width). Using an explicit, integer binsize avoids this issue.
0 commit comments