From a83eee2c6e1fa69102ea5ecfb57c5d64de13a071 Mon Sep 17 00:00:00 2001 From: Oscar Gustafsson Date: Thu, 23 Feb 2023 23:00:30 +0100 Subject: [PATCH] Backport PR #25308: DOC: add include source to a 3.7 whats new --- doc/users/prev_whats_new/whats_new_3.7.0.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/users/prev_whats_new/whats_new_3.7.0.rst b/doc/users/prev_whats_new/whats_new_3.7.0.rst index af464da50969..96ac42be38f2 100644 --- a/doc/users/prev_whats_new/whats_new_3.7.0.rst +++ b/doc/users/prev_whats_new/whats_new_3.7.0.rst @@ -383,6 +383,7 @@ Additional custom styling of button widgets may be achieved via the *label_props*, *frame_props*, and *check_props* arguments to `.CheckButtons`. .. plot:: + :include-source: true from matplotlib.widgets import CheckButtons, RadioButtons