Skip to content

Commit f93222a

Browse files
authored
Merge pull request matplotlib#12453 from timhoffm/move-whats-new
Rollback erronous commit to whats_new.rst from matplotlib#10746
2 parents fa30700 + f81adfc commit f93222a

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Adjusted ``matplotlib.widgets.Slider`` to have vertical orientation
2+
-------------------------------------------------------------------
3+
4+
The :class:`matplotlib.widgets.Slider` widget now takes an optional argument
5+
``orientation`` which indicates the direction (``'horizontal'`` or
6+
``'vertical'``) that the slider should take.

doc/users/whats_new.rst

-9
Original file line numberDiff line numberDiff line change
@@ -192,15 +192,6 @@ and the title will not be moved via this algorithm.
192192

193193

194194

195-
Adjusted ``matplotlib.widgets.Slider`` to have vertical orientation
196-
-------------------------------------------------------------------
197-
198-
The :class:`matplotlib.widgets.Slider` widget now takes an optional argument
199-
``orientation`` which indicates the direction (``'horizontal'`` or
200-
``'vertical'``) that the slider should take.
201-
202-
203-
204195
New convenience methods for GridSpec
205196
------------------------------------
206197

0 commit comments

Comments
 (0)