Default values of the histogram bins in analysis #366
Labels
good first issue
An ideal issue for new contributors to address
Low Priority
This issue does not need addressing until a future update
Milestone
I just clicked on the API reference in the documentation and noticed that the default bin edge values for all the histogram functions are these really long, hand-coded lists of numbers. This is not really a high priority, but it just doesn't look professional and could be done much more compactly with
np.arange()
.I don't know if these functions are actually used that much, and maybe I'm the only one who's annoyed by this, but it's one of the first things you see when you look at the API.
The text was updated successfully, but these errors were encountered: