8000 Added whats new · matplotlib/matplotlib@adf8417 · GitHub
[go: up one dir, main page]

Skip to content

Commit adf8417

Browse files
Added whats new
1 parent 7f8cac3 commit adf8417

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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 `'vertical'`)
6+
that the slider should take.
7+
8+
Argument checking is in keeping with the existing code, and the actual changes
9+
to the source are minimal, replacing `hspan`s, `hline`s and `xdata` with an if
10+
switch to `vspan`, `vline`s and `ydata`.

0 commit comments

Comments
 (0)
0