Files
scikit-image/skimage/io/_plugins/matplotlib_plugin.py
T
2011-10-18 21:12:27 +02:00

5 lines
80 B
Python

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