Pack 8 / Pandas and Matplotlib
matplotlib basics
Lesson pack8-4
matplotlib basics
not started
Hook
Charts make patterns visible much faster than raw tables.
Matplotlib can create charts from labels and values.
A bar chart is great for comparing categories.
Use plt.show() to display the chart.
Mini Challenge
Create a bar chart using labels and values, then call plt.show().
Full lesson mode with normal detail.
Code Lab
Try it now
Output updates below
Output
A bar chart with two bars
Run the code, tweak it, then beat the challenge.
