mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-06 03:41:10 +08:00
Fix docstring for CollectionViewer slider.
This commit is contained in:
@@ -285,7 +285,7 @@ class CollectionViewer(ImageViewer):
|
||||
----------
|
||||
image_collection : list of images
|
||||
List of images to be displayed.
|
||||
update_on : {'on_slide' | 'on_release'}
|
||||
update_on : {'move' | 'release'}
|
||||
Control whether image is updated on slide or release of the image
|
||||
slider. Using 'on_release' will give smoother behavior when displaying
|
||||
large images or when writing a plugin/subclass that requires heavy
|
||||
|
||||
Reference in New Issue
Block a user