Files
scikit-image/scikits/image/io/_plugins/matplotlib_plugin.py
T

5 lines
115 B
Python

try:
from matplotlib.pyplot import imshow, imsave
except ImportError:
print "Could not import Matplotlib."