mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-16 11:27:48 +08:00
Remove imsave from matplotlib until fixed in their source.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
[matplotlib]
|
||||
description = Display or save images using Matplotlib
|
||||
provides = imshow, imsave
|
||||
provides = imshow
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1 @@
|
||||
try:
|
||||
from matplotlib.pyplot import imshow, imsave
|
||||
except ImportError:
|
||||
print "Could not import Matplotlib."
|
||||
from matplotlib.pyplot import imshow
|
||||
|
||||
Reference in New Issue
Block a user