In the previous chapter, you learned how to visualize and process images and audio with Matplotlib and SciPy.
In this chapter, you will learn how to create pie and polar charts with Matplotlib.
Pie Charts
Let’s learn the basics of the pie charts first. As the name indicates, a pie chart is a circle that is divided radially depending on the data. Imagine an apple pie or a pizza cut into slices. A pie chart fits that description well; however, unlike pizza or pies, which are usually divided symmetrically, a pie chart ...