mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-13 12:40:24 +08:00
[ENH] include matplotlib's imread
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[matplotlib]
|
||||
description = Display or save images using Matplotlib
|
||||
provides = imshow, _app_show
|
||||
provides = imshow, imread, _app_show
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
from matplotlib.pyplot import imshow, show
|
||||
from matplotlib.pyplot import imshow, show, imread
|
||||
|
||||
def _app_show():
|
||||
show()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user