How to Make a Pie Chart in Python
05-Mar-2021
In this episode, we’ll take another look at charts using Python with matplotlib and pyplot. This is a
nice easy way to create a pie chart from the data you have, while showing some percentage numbers and
labels on your slices. As a bonus, we’ll also take a look at how to explode out one piece from the pie in
order to give some emphasis to a particular group of data.
As always, we’ll start our analysis directly from a database data source instead of using csv or Excel
based inputs.
Python Project? Contact me today!