Book Image

Mastering matplotlib

By : Duncan M. McGreggor, Duncan M McGreggor
Book Image

Mastering matplotlib

By: Duncan M. McGreggor, Duncan M McGreggor

Overview of this book

Table of Contents (16 chapters)
Mastering matplotlib
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


As indicated, this chapter is connected to the previous one by the virtue of the relationship between matplotlib's architecture and the software library's APIs. While material for various matplotlib APIs is available online and in other books, we strove to view these from a different perspective. Firstly, in sources that cover matplotlib APIs exhaustively, one can be exposed to too many use cases. This can lead to a slight confusion on the part of the reader who is attempting to gain mastery over the subject area (matplotlib). Instead, we aimed for an overview approach that focused on some real-world examples in order to keep the story clear.

Secondly, we wanted to emphasize that there are many advanced users of matplotlib whose sole experience with regard to the library is via its deprecated compatibility layer with MATLAB. We wanted to provide useful material for those who wish to make the leap into the land of matplotlib.

Finally, it almost goes without saying that this chapter...