mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-11 11:25:30 +08:00
Add reset and compare to novice module
- Reset restores the image to the original. - Compare displays the original and the modified image side-by-side.
This commit is contained in:
@@ -171,7 +171,7 @@ def imshow_collection(ic, *args, **kwargs):
|
||||
"""
|
||||
fig, axes = plt.subplots(1, len(ic))
|
||||
for n, image in enumerate(ic):
|
||||
kwargs['axis'] = axes[n]
|
||||
kwargs['ax'] = axes[n]
|
||||
imshow(image, *args, **kwargs)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user