Anatomy of a Matplotlib Plot, The Matplotlib Development Team, 2024 - Details the fundamental components of a Matplotlib plot, such as Figure, Axes, and Axis objects, which form the basis of visualization.
Usage Guide, The Matplotlib Development Team, 2024 - Introduces the two main interfaces for plotting in Matplotlib (pyplot and object-oriented), clarifying their use cases and typical workflows.
Python for Data Analysis, Wes McKinney, 2022 (O'Reilly Media) - A standard resource that includes a dedicated section on Matplotlib, explaining its use for data visualization within the broader context of data analysis.