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

6 lines
73 B
Python

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