mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-15 12:54:54 +08:00
Extend plugins with imshow_collection
A first implementation is made for Matplotlib.
This commit is contained in:
@@ -41,7 +41,8 @@ def test_show():
|
||||
|
||||
|
||||
def test_collection():
|
||||
io.imread_collection('*.png', conserve_memory=False, plugin='test')
|
||||
ic = io.imread_collection('*.png', conserve_memory=False, plugin='test')
|
||||
io.imshow_collection(ic)
|
||||
|
||||
|
||||
def test_use():
|
||||
|
||||
Reference in New Issue
Block a user