matplotlib.pyplot.subplots, Matplotlib Development Team, 2024 - Official documentation for creating a figure and a set of subplots, detailing parameters such as figsize, nrows, ncols, sharex, and sharey.
Matplotlib Layout Guide, Matplotlib Development Team, 2024 - A guide to customizing plot layouts, explaining how to use tight_layout() for automatic spacing adjustments and subplots_adjust() for manual control to prevent overlaps.
Figure-level vs. axes-level functions, Seaborn Development Team, 2024 - Seaborn documentation section explaining how to integrate Seaborn plots into existing Matplotlib Axes objects using the ax parameter, essential for custom layouts.
Python for Data Analysis, Wes McKinney, 2022 (O'Reilly Media) - A widely-used book covering data manipulation and visualization in Python, with a section that provides a practical understanding of Matplotlib figures, axes, and subplot arrangements.