File tree 2 files changed +6
-9
lines changed
2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change @@ -192,15 +192,6 @@ and the title will not be moved via this algorithm.
192
192
193
193
194
194
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
-
204
195
New convenience methods for GridSpec
205
196
------------------------------------
206
197
You can’t perform that action at this time.
0 commit comments