From 748a57254535f131ccd267cba81202c78869819e Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Thu, 21 Dec 2023 16:12:29 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23d2481..cef894c 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,7 @@ In the case you know Matlab check here: ## Matplotlib.pyplot * [Simple plot and imshow examples](matplotlib/basics/README.md) * [Overview of the available functions](matplotlib/overview/README.md) +* [Animation and Slider](matplotlib/animation_and_slider/README.md) ## Pandas * [Basics](pandas/basics/README.md) @@ -112,7 +113,6 @@ In the case you know Matlab check here: ## Python: Daily little helper - * [TQDM: Make your progress visible](helper/TQDM/README.md) * [Argh: Organize your command line arguments](helper/argh/README.md)