From 63e0808e151d9f87abec150da750fec04a1ccfe7 Mon Sep 17 00:00:00 2001 From: miguelmque Date: Mon, 27 Sep 2021 23:08:14 -0500 Subject: [PATCH] adding cohesion and punctuation fix --- 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 18930aeb..119a1e6e 100644 --- a/3-Data-Visualization/09-visualization-quantities/README.md +++ b/3-Data-Visualization/09-visualization-quantities/README.md @@ -187,7 +187,7 @@ plt.barh(category, minLength) plt.show() ``` -In this plot you can see the range, per category, of the Minimum Length and Maximum length of a given bird category. You can safely say that, given this data, the bigger the bird, the larger its length range. Fascinating! +In this plot, you can see the range per bird category of the Minimum Length and Maximum length. You can safely say that, given this data, the bigger the bird, the larger its length range. Fascinating! ![superimposed values](images/superimposed.png)