© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2022
A. PajankarHands-on Matplotlibhttps://doi.org/10.1007/978-1-4842-7410-1_7

7. Histograms, Contours, and Stream Plots

Ashwin Pajankar1  
(1)
Nashik, Maharashtra, India
 

In the previous chapter, you learned many ways to create visualizations with lines, bar plots, and scatter plots.

We will continue exploring various visualizations with Matplotlib in this chapter. You will learn how to create histograms and contours. You will also learn how to plot vectors with stream plots.

Histograms

Before you learn how to create various types of histograms, you need to learn what they are. First, you need to know what frequency tables are. Suppose you have a set of members with ...

Get Hands-on Matplotlib: Learn Plotting and Visualizations with Python 3 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.