matplotlib.pyplot.hist, Matplotlib Development Team, 2024 - Official documentation for creating histograms in Matplotlib, detailing the bins parameter and its various methods for bin selection.
Practical Statistics for Data Scientists, Peter Bruce, Andrew Bruce, and Peter Gedeck, 2020 (O'Reilly Media) - A practical guide covering statistical concepts relevant to data science, including the purpose and interpretation of histograms and the implications of bin selection.
Fundamentals of Data Visualization, Claus O. Wilke, 2019 (O'Reilly Media) - Provides guidelines for creating effective data visualizations, offering insights into how bin choices in histograms affect the accurate representation of data distributions.