dlab-berkeley / Python-Data-Visualization

D-Lab's 4-hour introduction to data visualization with Python. Learn how to create histograms, bar plots, box plots, scatter plots, compound figures, and more, using matplotlib and seaborn.
3 stars 3 forks source link

Lesson 2 duplicate legend call #9

Open Emmavt opened 6 months ago

Emmavt commented 6 months ago

In the cell right before Challenge 5, the line creating the legend is unnecessarily duplicated.