Disclaimer: this book (in electronic format) was provided to me for review by Packt publishing matplotlib is the most popular plotting library for Python, and rightly so. It produces extremely high-quality plots suitable for publication, and thus, coupled with numpy and scipy is one of the major driving forces in the scientific Python community, which gets more and more active in the past few years. The library has a comprehensive reference documentation, but few high-quality tutorials. This is the niche this book attempts to fill. It is divided into two main parts. The first (about 1/3 of the book) serves as a tutorial to matplotlib, presenting its various features in an increasing level of complexity. The second part consists of:
  • Tutorials on integrating matplotlib with the major GUI frameworks used for Python - there are chapters for GTK+, wxPython and PyQt. These topics are commonly sought by beginning Python programmers (as the logs of my blog clearly show).
  • A chapter about "matplotlib on the web", which is somewhat useless in my opinion, because it teaches absolutely nothing new about matplotlib.
  • A chapter called "matplotlib in the real world" which is a hodgepodge of data munging and plotting examples, which is either useful or not, depending on your experience and needs.
The book could clearly use some editing of the English (the author is not a native speaker, which is fine, but means that the editors should have done a more thorough job). Also, it has a peculiar organization - sub-chapters and sections aren't numbered, which is very unusual and confusing, and makes cross references impossible. All in all, I can see how this book could be useful to some users. Mainly, I think, for scientists who don't want to google everything and to wade through docs and tutorials and want everything in a single place. But for Python hackers seeking to just make some plots, I doubt it's of great value. All the information is available online, and if you know how to look for it, there will be no trouble finding what you need, way faster than reading through this book.