Course Content
Visualization in Python with matplotlib
Visualization in Python with matplotlib
Add Legend
Now let's modify the plot from the previous task with the legend!
Swipe to show code editor
- Add
label
parameters to both plots. Use'United States'
aslabel
for theusa
data and'Canada'
for thecan
data. - Add a legend to the plot.
Thanks for your feedback!
Add Legend
Now let's modify the plot from the previous task with the legend!
Swipe to show code editor
- Add
label
parameters to both plots. Use'United States'
aslabel
for theusa
data and'Canada'
for thecan
data. - Add a legend to the plot.
Thanks for your feedback!
Add Legend
Now let's modify the plot from the previous task with the legend!
Swipe to show code editor
- Add
label
parameters to both plots. Use'United States'
aslabel
for theusa
data and'Canada'
for thecan
data. - Add a legend to the plot.
Thanks for your feedback!
Now let's modify the plot from the previous task with the legend!
Swipe to show code editor
- Add
label
parameters to both plots. Use'United States'
aslabel
for theusa
data and'Canada'
for thecan
data. - Add a legend to the plot.