File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed
Expand file tree Collapse file tree 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.
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-
204195New convenience methods for GridSpec
205196------------------------------------
206197
You can’t perform that action at this time.
0 commit comments