mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-25 13:30:51 +08:00
io: Add _app_show for matplotlib plugin.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
[matplotlib]
|
||||
description = Display or save images using Matplotlib
|
||||
provides = imshow
|
||||
|
||||
provides = imshow, _app_show
|
||||
|
||||
|
||||
@@ -1 +1,5 @@
|
||||
from matplotlib.pyplot import imshow
|
||||
from matplotlib.pyplot import imshow, show
|
||||
|
||||
def _app_show():
|
||||
show()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user