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

5 lines
80 B
Python

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