Files
scikit-image/scikits/image/io/_plugins/matplotlib_plugin.py
T
2009-11-08 01:24:20 +02:00

6 lines
73 B
Python

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