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
€8.99 €28.99
Paperback
€37.99
Subscription
Free Trial
Renews at €18.99p/m

What do you get with a Packt Subscription?

Free for first 7 days. $19.99 p/m after that. Cancel any time!
Product feature icon Unlimited ad-free access to the largest independent learning library in tech. Access this title and thousands more!
Product feature icon 50+ new titles added per month, including many first-to-market concepts and exclusive early access to books as they are being written.
Product feature icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Product feature icon Thousands of reference materials covering every tech concept you need to stay up to date.
Subscribe now
View plans & pricing
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 : 9781849513265
Category :
Languages :
Tools :

What do you get with a Packt Subscription?

Free for first 7 days. $19.99 p/m after that. Cancel any time!
Product feature icon Unlimited ad-free access to the largest independent learning library in tech. Access this title and thousands more!
Product feature icon 50+ new titles added per month, including many first-to-market concepts and exclusive early access to books as they are being written.
Product feature icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Product feature icon Thousands of reference materials covering every tech concept you need to stay up to date.
Subscribe now
View plans & pricing

Product Details

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

Packt Subscriptions

See our plans and pricing
Modal Close icon
€18.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
€189.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 €5 each
Feature tick icon Exclusive print discounts
€264.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 €5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total 108.97
Mastering Matplotlib
€32.99
Mastering Object-oriented Python
€37.99
matplotlib Plotting Cookbook
€37.99
Total 108.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

What is included in a Packt subscription? Chevron down icon Chevron up icon

A subscription provides you with full access to view all Packt and licnesed content online, this includes exclusive access to Early Access titles. Depending on the tier chosen you can also earn credits and discounts to use for owning content

How can I cancel my subscription? Chevron down icon Chevron up icon

To cancel your subscription with us simply go to the account page - found in the top right of the page or at https://subscription.packtpub.com/my-account/subscription - From here you will see the ‘cancel subscription’ button in the grey box with your subscription information in.

What are credits? Chevron down icon Chevron up icon

Credits can be earned from reading 40 section of any title within the payment cycle - a month starting from the day of subscription payment. You also earn a Credit every month if you subscribe to our annual or 18 month plans. Credits can be used to buy books DRM free, the same way that you would pay for a book. Your credits can be found in the subscription homepage - subscription.packtpub.com - clicking on ‘the my’ library dropdown and selecting ‘credits’.

What happens if an Early Access Course is cancelled? Chevron down icon Chevron up icon

Projects are rarely cancelled, but sometimes it's unavoidable. If an Early Access course is cancelled or excessively delayed, you can exchange your purchase for another course. For further details, please contact us here.

Where can I send feedback about an Early Access title? Chevron down icon Chevron up icon

If you have any feedback about the product you're reading, or Early Access in general, then please fill out a contact form here and we'll make sure the feedback gets to the right team. 

Can I download the code files for Early Access titles? Chevron down icon Chevron up icon

We try to ensure that all books in Early Access have code available to use, download, and fork on GitHub. This helps us be more agile in the development of the book, and helps keep the often changing code base of new versions and new technologies as up to date as possible. Unfortunately, however, there will be rare cases when it is not possible for us to have downloadable code samples available until publication.

When we publish the book, the code files will also be available to download from the Packt website.

How accurate is the publication date? Chevron down icon Chevron up icon

The publication date is as accurate as we can be at any point in the project. Unfortunately, delays can happen. Often those delays are out of our control, such as changes to the technology code base or delays in the tech release. We do our best to give you an accurate estimate of the publication date at any given time, and as more chapters are delivered, the more accurate the delivery date will become.

How will I know when new chapters are ready? Chevron down icon Chevron up icon

We'll let you know every time there has been an update to a course that you've bought in Early Access. You'll get an email to let you know there has been a new chapter, or a change to a previous chapter. The new chapters are automatically added to your account, so you can also check back there any time you're ready and download or read them online.

I am a Packt subscriber, do I get Early Access? Chevron down icon Chevron up icon

Yes, all Early Access content is fully available through your subscription. You will need to have a paid for or active trial subscription in order to access all titles.

How is Early Access delivered? Chevron down icon Chevron up icon

Early Access is currently only available as a PDF or through our online reader. As we make changes or add new chapters, the files in your Packt account will be updated so you can download them again or view them online immediately.

How do I buy Early Access content? Chevron down icon Chevron up icon

Early Access is a way of us getting our content to you quicker, but the method of buying the Early Access course is still the same. Just find the course you want to buy, go through the check-out steps, and you’ll get a confirmation email from us with information and a link to the relevant Early Access courses.

What is Early Access? Chevron down icon Chevron up icon

Keeping up to date with the latest technology is difficult; new versions, new frameworks, new techniques. This feature gives you a head-start to our content, as it's being created. With Early Access you'll receive each chapter as it's written, and get regular updates throughout the product's development, as well as the final course as soon as it's ready.We created Early Access as a means of giving you the information you need, as soon as it's available. As we go through the process of developing a course, 99% of it can be ready but we can't publish until that last 1% falls in to place. Early Access helps to unlock the potential of our content early, to help you start your learning when you need it most. You not only get access to every chapter as it's delivered, edited, and updated, but you'll also get the finalized, DRM-free product to download in any format you want when it's published. As a member of Packt, you'll also be eligible for our exclusive offers, including a free course every day, and discounts on new and popular titles.