Files
scikit-image/scikits/image/io/_plugins/matplotlib_plugin.py
T
2011-10-16 19:40:25 +02:00

5 lines
80 B
Python

from matplotlib.pyplot import imshow, show, imread
def _app_show():
show()