HISTOGRAMS: Fix bin width problems on large numbers of bins
[pspp] / src / language / stats / examine.c
index 9bc287e510fcd36677a62defb77b0dde2ba167d7..3288f5bd119f7441acefda3a5fc2c1e0be83d953 100644 (file)
@@ -1605,8 +1605,6 @@ calculate_n (const void *aux1, void *aux2 UNUSED, void *user_data)
             / (1 + log2 (es[v].cc))
             ;
 
-          bin_width = chart_rounded_tick (bin_width);
-
           es[v].histogram =
             histogram_create (bin_width, es[v].minimum, es[v].maximum);
         }