From 143a80dde5489a49ae3d4162ce7e68c795034bea Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Thu, 14 Dec 2023 11:38:25 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7015a78..986c954 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,10 @@ Important VS Code notes: * [Math functions](numpy/math_functions/README.md) * [Random numbers the non-legacy way](numpy/random/README.md) * [Statistics](numpy/statistics/README.md) - + +## Matplotlib.pyplot +* [Overview of the available functions](matplotlib/overview/README.md) + ## Numpy * [Beyond normal np.save](numpy_save_special/README.md) * [Dealing with Matlab files](numpy_mat_files/README.md)