diff --git a/3-Data-Visualization/09-visualization-quantities/README.md b/3-Data-Visualization/09-visualization-quantities/README.md index c7f30a6d..c2b093bf 100644 --- a/3-Data-Visualization/09-visualization-quantities/README.md +++ b/3-Data-Visualization/09-visualization-quantities/README.md @@ -1,7 +1,8 @@ # Visualizing Quantities In this lesson, you will use three different libraries to learn how to create interesting visualizations all around the concept of quantity. Using a cleaned dataset about the birds of Minnesota, you can learn many interesting facts about local wildlife. -## [Pre-lecture quiz](https://red-water-0103e7a0f.azurestaticapps.net/quiz/16) +## Pre-lecture quiz +[Pre-lecture quiz](https://red-water-0103e7a0f.azurestaticapps.net/quiz/16) ## Observe wingspan with Matplotlib @@ -190,7 +191,8 @@ In this plot you can see the range, per category, of the Minimum Length and Maxi ## 🚀 Challenge This bird dataset offers a wealth of information about different types of birds within a particular ecosystem. Search around the internet and see if you can find other bird-oriented datasets. Practice building charts and graphs around these birds to discover facts you didn't realize. -## [Post-lecture quiz](https://red-water-0103e7a0f.azurestaticapps.net/quiz/17) +## Post-lecture quiz +[Post-lecture quiz](https://red-water-0103e7a0f.azurestaticapps.net/quiz/17) ## Review & Self Study