Visualize and compare data in a scalable way and a beautiful style.

1 Open Issue Need Help Last updated: Jun 18, 2025

Open Issues Need Help

View All on GitHub

AI 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

Visualize and compare data in a scalable way and a beautiful style.

Python