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
This library has been extremely useful, but I'm hitting an issue with the histogram method. A simple reproduction is available here: https://observablehq.com/d/cfefd9c0c388f478
The issue is that the values that are returned seem to repeat when a high number of bins is used. For example, I'd expect to get bins with values of ..., .27, .28, .29, ... but instead get two bins at .28 and no bin at .29.
Its possible that I'm doing something wrong with the options (or just generally unreasonable) in which case please let me know.
The text was updated successfully, but these errors were encountered:
Hey all,
This library has been extremely useful, but I'm hitting an issue with the histogram method. A simple reproduction is available here: https://observablehq.com/d/cfefd9c0c388f478
The issue is that the
value
s that are returned seem to repeat when a high number of bins is used. For example, I'd expect to get bins with values of..., .27, .28, .29, ...
but instead get two bins at.28
and no bin at.29
.Its possible that I'm doing something wrong with the options (or just generally unreasonable) in which case please let me know.
The text was updated successfully, but these errors were encountered: