Skip to content

Commit 7f132d0

Browse files
authored
Update README.md
Fix matplotlib Cheatsheets link: https://github.com/matplotlib/cheatsheets Current link returns a Page not found error.
1 parent b1a9aff commit 7f132d0

File tree

1 file changed

+1
-1
lines changed
  • 3-Data-Visualization/09-visualization-quantities

1 file changed

+1
-1
lines changed

3-Data-Visualization/09-visualization-quantities/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ An excellent library to create both simple and sophisticated plots and charts of
2121
2222
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.
2323

24-
✅ 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).
24+
✅ There are very good 'cheat sheets' available for Matplotlib [here](https://github.com/matplotlib/cheatsheets).
2525

2626
## Build a line plot about bird wingspan values
2727

0 commit comments

Comments
 (0)