mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-09 01:51:49 +08:00
Second part of I/O infrastructure reorganisation.
This commit is contained in:
@@ -2,7 +2,7 @@ import plugin
|
||||
|
||||
try:
|
||||
import matplotlib.pyplot as plt
|
||||
except ImportError:
|
||||
pass
|
||||
except ImportError, e:
|
||||
print e
|
||||
else:
|
||||
plugin.register('matplotlib', show=plt.imshow, save=plt.imsave)
|
||||
|
||||
Reference in New Issue
Block a user