From f81adfce44ec99036803f05ecd5dfd837e62deed Mon Sep 17 00:00:00 2001 From: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> Date: Tue, 9 Oct 2018 00:20:20 +0200 Subject: [PATCH] Rollback erronous commit to whats_new.rst from #10746 --- doc/users/next_whats_new/2018-10-08-TH.rst | 6 ++++++ doc/users/whats_new.rst | 9 --------- 2 files changed, 6 insertions(+), 9 deletions(-) create mode 100644 doc/users/next_whats_new/2018-10-08-TH.rst diff --git a/doc/users/next_whats_new/2018-10-08-TH.rst b/doc/users/next_whats_new/2018-10-08-TH.rst new file mode 100644 index 000000000000..5256f18932f7 --- /dev/null +++ b/doc/users/next_whats_new/2018-10-08-TH.rst @@ -0,0 +1,6 @@ +Adjusted ``matplotlib.widgets.Slider`` to have vertical orientation +------------------------------------------------------------------- + +The :class:`matplotlib.widgets.Slider` widget now takes an optional argument +``orientation`` which indicates the direction (``'horizontal'`` or +``'vertical'``) that the slider should take. diff --git a/doc/users/whats_new.rst b/doc/users/whats_new.rst index 9ea4cc416173..424466227faa 100644 --- a/doc/users/whats_new.rst +++ b/doc/users/whats_new.rst @@ -192,15 +192,6 @@ and the title will not be moved via this algorithm. -Adjusted ``matplotlib.widgets.Slider`` to have vertical orientation -------------------------------------------------------------------- - -The :class:`matplotlib.widgets.Slider` widget now takes an optional argument -``orientation`` which indicates the direction (``'horizontal'`` or -``'vertical'``) that the slider should take. - - - New convenience methods for GridSpec ------------------------------------