io: Add _app_show for matplotlib plugin.

This commit is contained in:
Stefan van der Walt
2009-11-08 01:24:20 +02:00
parent 57a315240d
commit 1148a47691
2 changed files with 6 additions and 3 deletions
@@ -1 +1,5 @@
from matplotlib.pyplot import imshow
from matplotlib.pyplot import imshow, show
def _app_show():
show()