From 7f132d0870a2dc1c667a9b12e63379b73a058a3a Mon Sep 17 00:00:00 2001 From: Frederick Legaspi Date: Fri, 19 Nov 2021 08:21:51 -0500 Subject: [PATCH] Update README.md Fix matplotlib Cheatsheets link: https://github.com/matplotlib/cheatsheets Current link returns a Page not found error. --- 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..10c62ba5 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/blob/master/cheatsheets-1.png) and [here](https://github.com/matplotlib/cheatsheets/blob/master/cheatsheets-2.png). +✅ There are very good 'cheat sheets' available for Matplotlib [here](https://github.com/matplotlib/cheatsheets). ## Build a line plot about bird wingspan values