From e921483f41053dc6580080ef3c1d587a344e165b Mon Sep 17 00:00:00 2001 From: Mohamad Jaallouk Date: Fri, 19 Nov 2021 19:26:24 +0100 Subject: [PATCH] Update README.md Repeated word --- 3-Data-Visualization/09-visualization-quantities/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3-Data-Visualization/09-visualization-quantities/README.md b/3-Data-Visualization/09-visualization-quantities/README.md index c8d2c929..fcd59925 100644 --- a/3-Data-Visualization/09-visualization-quantities/README.md +++ b/3-Data-Visualization/09-visualization-quantities/README.md @@ -146,7 +146,7 @@ This bar chart, however, is unreadable because there is too much non-grouped dat Filter your data to include only the bird's category. -✅ Notice that that you use Pandas to manage the data, and then let Matplotlib do the charting. +✅ Notice that you use Pandas to manage the data, and then let Matplotlib do the charting. Since there are many categories, you can display this chart vertically and tweak its height to account for all the data: