Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
matplotlib Plotting Cookbook
matplotlib Plotting Cookbook

matplotlib Plotting Cookbook: Discover how easy it can be to create great scientific visualizations with Python. This cookbook includes over sixty matplotlib recipes together with clarifying explanations to ensure you can produce plots of high quality.

eBook
AU$14.99 AU$53.99
Paperback
AU$67.99
Subscription
Free Trial
Renews at AU$24.99p/m

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Table of content icon View table of contents Preview book icon Preview Book

matplotlib Plotting Cookbook

Chapter 1. First Steps

In this chapter, we will cover:

  • Installing matplotlib

  • Plotting one curve

  • Using NumPy

  • Plotting multiple curves

  • Plotting curves from file data

  • Plotting points

  • Plotting bar charts

  • Plotting multiple bar charts

  • Plotting stacked bar charts

  • Plotting back-to-back bar charts

  • Plotting pie charts

  • Plotting histograms

  • Plotting boxplots

  • Plotting triangulations

Introduction


matplotlib makes scientific plotting very straightforward. matplotlib is not the first attempt at making the plotting of graphs easy. What matplotlib brings is a modern solution to the balance between ease of use and power. matplotlib is a module for Python, a programming language. In this chapter, we will provide a quick overview of what using matplotlib feels like. Minimalistic recipes are used to introduce the principles matplotlib is built upon.

Left arrow icon Right arrow icon

What you will learn

  • Discover how to create all the common plots you need
  • Enrich your plots with annotations and sophisticated legends
  • Take control of your plots and master colors, linestyle, and scales
  • Add a dimension to your plots and go 3D
  • Integrate your graphics into your applications
  • Automate your work and generate a large batch of graphics
  • Create interactive plots with matplotlib
  • Combine your plots to create sophisticated visualizations

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Mar 26, 2014
Length: 222 pages
Edition :
Language : English
ISBN-13 : 9781849513272
Category :
Languages :
Tools :

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Product Details

Publication date : Mar 26, 2014
Length: 222 pages
Edition :
Language : English
ISBN-13 : 9781849513272
Category :
Languages :
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
AU$24.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
AU$249.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just AU$5 each
Feature tick icon Exclusive print discounts
AU$349.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just AU$5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total AU$ 196.97
Mastering Matplotlib
AU$60.99
Mastering Object-oriented Python
AU$67.99
matplotlib Plotting Cookbook
AU$67.99
Total AU$ 196.97 Stars icon
Banner background image

Table of Contents

8 Chapters
First Steps Chevron down icon Chevron up icon
Customizing the Color and Styles Chevron down icon Chevron up icon
Working with Annotations Chevron down icon Chevron up icon
Working with Figures Chevron down icon Chevron up icon
Working with a File Output Chevron down icon Chevron up icon
Working with Maps Chevron down icon Chevron up icon
Working with 3D Figures Chevron down icon Chevron up icon
User Interface Chevron down icon Chevron up icon

Customer reviews

Top Reviews
Rating distribution
Full star icon Full star icon Full star icon Half star icon Empty star icon 3.7
(10 Ratings)
5 star 30%
4 star 30%
3 star 20%
2 star 20%
1 star 0%
Filter icon Filter
Top Reviews

Filter reviews by




Joel Sevilla Mar 24, 2017
Full star icon Full star icon Full star icon Full star icon Full star icon 5
I agree with other more experienced reviewers. It is terrific for beginners (like me). Text is clear and the code always run, so the beginner does not have to debug authors code (a task just for advanced users). This book shines between my good list of Python books. Thanks professor Devert.
Amazon Verified review Amazon
Hudan Studiawan Aug 04, 2014
Full star icon Full star icon Full star icon Full star icon Full star icon 5
We are often get confused with text book that provides very complex materials and hard to understand. There are rarely a book that can give us a easy and step-by-step guide to get our job done. Fortunately, Packt Publishing comes with a good news!One of the book provided by Packt is matplotlib Plotting Cookbook. It’s all about plotting your graph with matplotlib. It is an open source library massively used and supported by community worldwide. In this book, you can find any kind of plotting type. Starting from live curve, points, bar chart, pie chart, histograms, and other types of graph. A how-to draw simple graph is given in Chapter 1.This kind of matplotlib library is based on Python programming language. Don’t worry about the difficulty when starting graph for the first time. Python is an intuitive computer programming languange and it is easy to learn.In the next chapter, the author, Alexandre Devert, depicts customization for color and pattern of our chart. We can also control marker style and size, or even creating our own color maps for plotted graph. Like other book published by Packt, all steps are briefly described and very well understood :)In Chapter 3, we will find many instructions to modify annotations for our graph. Formula annotation can be employed using Latex-style notations. The book also describes guides to add label to axis, text, legend, and grid behind the chart. Every part is clearly illustrated by “How to do it” subsection and supported with “How it works … ” part in each section. Chapter 4 will drive us to customization of the figure.We can save our generated graph from matplotlib to file. The supported file format are png, svg, or pdf file. We can follow these guides in Chapter 5. This book is also completed with a story about working with 2D and 3D figures Chapter 6 and 7, respectively. The last chapter, we can integrate our work with Python user interface library. matplotlib have an friendly interface to Tkinter, wxWidgets, GTK, and Pyglet.
Amazon Verified review Amazon
Ty Sid Jun 02, 2014
Full star icon Full star icon Full star icon Full star icon Full star icon 5
This book has a useful collection of examples for many common use cases that a developer would need in working with Matplotlib. It is written in an easy to follow style that makes it suitable for Python developers that are starting out with Matplotlib. It is not a Python tutorial in any way, but a minimal knowledge of Python is sufficient to understand the code and the examples. I'm relatively new to Python but have significant programming experience in other languages and had no difficulty in picking up the various tools that are presented in the book. Each example comes with complete code listings that just work without any modifications, so one can easily see what is happening with that code. The eBook version comes with code files for all the examples in the book that can be downloaded directly from the Publisher's website (Packt Publishing).I had a bare minimum exposure to Matplotlib but I did not feel that I need to separately following any other tutorial to learn any particular tools. IMO, the given examples provide a better understanding of the most useful tools by seeing them in action and trying them out on your own.The last chapter on User Interfaces covers creating interactive plots using Tkinter, wxWidgets, GTK, etc, which is helpful in bringing the plots to an audience in a way that makes it easier to explain and clarify the data being considered.I would recommend the Matplotlib Plotting Cookbook to people starting out with Matplotlib who want to get up to speed quickly. It's also useful as a quick reference for experienced developers since many common use cases are covered. The index and the table of contents make it simple to find any particular use case.
Amazon Verified review Amazon
Joe Kington Jun 23, 2014
Full star icon Full star icon Full star icon Full star icon Empty star icon 4
This book is intended to introduce matplotlib to people with relatively little experience with python, and does a good job of getting someone with little experience "up and running" very quickly. The first chapter does a particularly good job of giving a crash course in the basics of scientific programming with python in just a few pages.Overall, this book is easy to follow and does a good job showing concrete examples of most of matplotlib's functionality. Many of the "There's more" and "How it works" sections do a great job of explaining things in a bit more detail (though I do wish they were longer). There's a nice linear flow to the way the chapters are laid out, and for something called a "cookbook", it's more of an "introduction through example" (which is a good thing!).However, I'm not sure this book adds much over the official documentation. There are a lot of examples, but not enough explanation of the underlying concepts (then again, it is a "cookbook" and not "the exhaustive guide to matplotlib", so perhaps I'm being a bit unfair). While matplotlib is a bit disorganzied in some regards, there are several things that are common throughout the library that are useful to know. For example, it would be nice if this book more prominently mentioned that the plotting commands all return "artists" whose properties can be adjusted through the "artist.set(...)" function.A couple of minor pet peeves:1) The author sticks almost entirely to the pyplot interface throughout the book, but then suddenly changes over to the standard object-oriented interface part-way through (beginning with the 3D plotting chapter). It would be good to explain the change. Better yet, explain what the difference is and the relative advantages of the two.2) The chapters are rather misleadingly named. For example, Chapter 6 is titled "Working with Maps", but doesn't cover matplotlib's mapping capabilities (e.g. basemap or cartopy - both dealing with geographic maps) at all. Instead, it deals with image data and vector plots (e.g. "imshow", "quiver", etc). Similarly Chapter 3 - "Working with Annotations" is a great chapter, but the title is a bit misleading: it deals with adding low-level artists like patches and lines as well as adding latex-formatted equations, title, labels, etc. (Again, I'm being a bit picky, but being able to accurately scan the table of contents is very important in technical books.)
Amazon Verified review Amazon
Mgx May 08, 2014
Full star icon Full star icon Full star icon Full star icon Empty star icon 4
First of all, the book is very easy to read. Most of the book is filled with recipes code examples and their illustrated outputs. So, it would be fairly simple to complete this book in a day or two.Secondly, I agree with the other review that this book would be quite useful to beginners who are just starting out with Python + Matplotlib. In addition, there are a few recipes inside that could save time for intermediate and expert users. For example, I found some of the recipes for 3D plotting useful, but your mileage could vary depending on your data. The last few recipes show how to interface Matplotlib with Python GUI interfaces and this could also be helpful.However, I feel that the price of the book is high ($40+) considering the material it offers. After all, Matplotlib is technically free to use and has free, well-presented documentation online. This book does not substitute the online documentation at all - rather, it presents a subset of the most useful instructions to get things shaking fast.
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.