From adc1fd9e3c67e6283b83851b8239b46743f61b68 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Tue, 2 Jan 2024 16:24:51 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7befb6f..82b3cc3 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,7 @@ In the case you know Matlab check here: ## Matplotlib.pyplot * [Simple plot and imshow examples](matplotlib/basics/README.md) * [Subplot](matplotlib/subplot/README.md) +* [subplots and gridspec: A more flexible placement](matplotlib/subplots/README.md) * [Overview of the available functions](matplotlib/overview/README.md) * [Animation and Slider](matplotlib/animation_and_slider/README.md)