Open Issues Need Help
View All on GitHubAI Summary: Implement automatic bin number calculation in the `plothist` Python package's variable registry. Currently, the number of bins defaults to 50; the task is to replace this with a calculation using `numpy.histogram_bin_edges`, allowing for data-driven binning based on the range of values.
Complexity:
3/5
enhancement good first issue