June 2015
Beginner to intermediate
292 pages
6h 16m
English
Before we begin, a caveat about the terminology is in order. We use the phrase matplotlib object-oriented API to refer to a direct access to matplotlib's artist and backend layers. The pyplot scripting layer is also object-oriented in that it is composed of functions and instances that are object-oriented by design. The pyplot interface is built upon the OOP methodologies utilized by matplotlib. The distinction that we attempt to make in this section is that we will be creating these objects directly instead of using a scripting layer that does the same for us.
As with the previous section, we acknowledge that the object-oriented API for matplotlib has been covered in great detail in other materials and we will ...
Read now
Unlock full access