Object-oriented way of using matplotlib – 1. The Reasons

This entry is part 1 of 8 in the series OO matplotlib

        I want to post a series of articles about object-oriented way of using matplotlib. It will explain why we should use object-oriented style and how to code like that. The main references are come from the official matplotlib website, “matplotlib.org” and  the book, 『Python Data Science Handbook: Essential Tools for Working with …

Read moreObject-oriented way of using matplotlib – 1. The Reasons