Matplotlib Documentation, The Matplotlib Development Team, 2024 - The official guide for Matplotlib, providing information on its core functionalities and detailed customization options, serving as the foundation for Python plotting.
Seaborn: statistical data visualization, Michael Waskom, 2024 - The official guide for Seaborn, explaining its higher-level interface, statistical plotting capabilities, and how it integrates with and builds upon Matplotlib.
Python for Data Analysis, Wes McKinney, 2022 (O'Reilly Media) - A foundational text on using Python for data analysis, including practical applications of both Matplotlib and Seaborn, particularly in conjunction with Pandas DataFrames.
seaborn: statistical data visualization, Michael L. Waskom, 2021Journal of Open Source Software, Vol. 6 (The Open Journal)DOI: 10.21105/joss.03021 - The primary academic paper introducing Seaborn, detailing its design principles and its contribution to statistical visualization by building on the Matplotlib ecosystem.