From 0d68b53eae0f4c7d13b8777da0c666837ae1a0cf Mon Sep 17 00:00:00 2001 From: Frederick Legaspi Date: Tue, 23 Nov 2021 11:45:17 -0500 Subject: [PATCH] Update README.md Updated Cheatsheets link --- 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 10c62ba5..2ea1f583 100644 --- a/3-Data-Visualization/09-visualization-quantities/README.md +++ b/3-Data-Visualization/09-visualization-quantities/README.md @@ -21,7 +21,7 @@ An excellent library to create both simple and sophisticated plots and charts of If you have a dataset and need to discover how much of a given item is included, one of the first tasks you have at hand will be to inspect its values. -✅ There are very good 'cheat sheets' available for Matplotlib [here](https://github.com/matplotlib/cheatsheets). +✅ There are very good 'cheat sheets' available for Matplotlib [here](https://matplotlib.org/cheatsheets/cheatsheets.pdf). ## Build a line plot about bird wingspan values