mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-29 07:07:13 +08:00
5 lines
115 B
Python
5 lines
115 B
Python
try:
|
|
from matplotlib.pyplot import imshow, imsave
|
|
except ImportError:
|
|
print "Could not import Matplotlib."
|