Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/matplotlib/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,7 @@ def on_changed(self, func):
----------
func : callable
Function to call when slider is changed. The function
must accept a numpy array with shape (2,) as its argument.
must accept a 2-tuple of floats as its argument.

Returns
-------
Expand Down