Using Matplotlib Object-Oriented API for Finer Control
Was this section helpful?
Anatomy of a figure, Matplotlib development team, 2024 (Matplotlib development team) - A fundamental official guide outlining the core components of a Matplotlib plot, such as the Figure and Axes, which are central to working with the Object-Oriented API.
Python Data Science Handbook: Essential Tools for Working with Data, Jake VanderPlas, 2016 (O'Reilly Media) - A highly respected textbook providing a thorough introduction to Matplotlib, contrasting its pyplot and Object-Oriented interfaces, and demonstrating advanced customization techniques.