Book Image

Matplotlib 3.0 Cookbook

By : Srinivasa Rao Poladi, Nikhil Borkar
Book Image

Matplotlib 3.0 Cookbook

By: Srinivasa Rao Poladi, Nikhil Borkar

Overview of this book

Matplotlib provides a large library of customizable plots, along with a comprehensive set of backends. Matplotlib 3.0 Cookbook is your hands-on guide to exploring the world of Matplotlib, and covers the most effective plotting packages for Python 3.7. With the help of this cookbook, you'll be able to tackle any problem you might come across while designing attractive, insightful data visualizations. With the help of over 150 recipes, you'll learn how to develop plots related to business intelligence, data science, and engineering disciplines with highly detailed visualizations. Once you've familiarized yourself with the fundamentals, you'll move on to developing professional dashboards with a wide variety of graphs and sophisticated grid layouts in 2D and 3D. You'll annotate and add rich text to the plots, enabling the creation of a business storyline. In addition to this, you'll learn how to save figures and animations in various formats for downstream deployment, followed by extending the functionality offered by various internal and third-party toolkits, such as axisartist, axes_grid, Cartopy, and Seaborn. By the end of this book, you'll be able to create high-quality customized plots and deploy them on the web and on supported GUI applications such as Tkinter, Qt 5, and wxPython by implementing real-world use cases and examples.
Table of Contents (17 chapters)

Other Books You May Enjoy

If you enjoyed this book, you may be interested in these other books by Packt:

Matplotlib for Python Developers - Second Edition
Aldrin Yim

ISBN: 9781788625173

  • Create 2D and 3D static plots such as bar charts, heat maps, and scatter plots
  • Get acquainted with GTK+3, Qt5, and wxWidgets to understand the UI backend of Matplotlib
  • Develop advanced static plots with third-party packages such as Pandas, GeoPandas, and Seaborn
  • Create interactive plots with real-time updates
  • Develop web-based, Matplotlib-powered graph visualizations with third-party packages such as Django
  • Write data visualization code that is readily expandable on the cloud platform

Matplotlib 2.x By Example
Allen Yu

ISBN: 9781788295260

  • Familiarize with the latest features in Matplotlib 2.x
  • Create data visualizations on 2D and 3D charts in the form of bar charts, bubble charts, heat maps...