In this video, we will be learning how to create bar charts in Matplotlib.
This video is sponsored by Brilliant. Go to
https://brilliant.org/cms to sign up for free. Be one of the first 200 people to sign up with this link and get 20% off your premium subscription.
In this Python Programming video, we will be learning how to create bar charts in Matplotlib. Bar charts are great for visualizing your data in a way where you can clearly see the total values for each category. We'll learn how to create basic bar charts, bar charts with side-by-side bars, and also horizontal bar charts. We will also learn how to load our data from a CSV file instead of having it directly in our script. Let's get started...
The code from this video (with added logging) can be found at:
http://bit.ly/Matplotlib-02