-
-
Notifications
You must be signed in to change notification settings - Fork 11.3k
Closed
Milestone
Description
Would it be possible to expose the histogram bin estimators available in numpy? e.g.
numpy/numpy/lib/function_base.py
Line 393 in e94ed84
def _hist_bin_auto(x): |
We would find it useful in Matplotlib for computing bins without having to spend time computing the full histogram (xref matplotlib/matplotlib#8636)
eric-wieser and wmayner