Extend plugins with imshow_collection

A first implementation is made for Matplotlib.
This commit is contained in:
Stefan van der Walt
2016-03-02 16:22:24 -08:00
parent 0d7289ea76
commit 3ffca2fdbd
7 changed files with 54 additions and 10 deletions
+2 -1
View File
@@ -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():