From 397d54a6b429c29cc85e5c1c9a9d0ce02a06e2b9 Mon Sep 17 00:00:00 2001 From: ianhi Date: Sun, 13 Sep 2020 23:06:01 -0400 Subject: [PATCH] link to widgets section of the examples --- tutorials/introductory/sample_plots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/introductory/sample_plots.py b/tutorials/introductory/sample_plots.py index 138996595394..c6a10d9ff057 100644 --- a/tutorials/introductory/sample_plots.py +++ b/tutorials/introductory/sample_plots.py @@ -243,7 +243,7 @@ Matplotlib has basic GUI widgets that are independent of the graphical user interface you are using, allowing you to write cross GUI figures and widgets. See :mod:`matplotlib.widgets` and the -`widget examples <../../gallery/index.html>`_. +`widget examples <../../gallery/index.html#widgets>`_. .. figure:: ../../gallery/widgets/images/sphx_glr_slider_demo_001.png :target: ../../gallery/widgets/slider_demo.html