Skip to content

Commit b6d7441

Browse files
doronbeharQuLogic
andcommitted
{,Range}Slider: Add release notes for valfmt arguments
Co-authored-by: Elliott Sales de Andrade <[email protected]>
1 parent 4cdc046 commit b6d7441

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Callable *valfmt* for ``Slider`` and ``RangeSlider``
2+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3+
4+
In addition to the existing %-format string, the *valfmt* parameter of
5+
`~.matplotlib.widgets.Slider` and `~.matplotlib.widgets.RangeSlider` now
6+
also accepts a callable of the form ``valfmt(val: float) -> str``.

0 commit comments

Comments
 (0)