Close an image window?

Alasdair McAndrew amca01 at gmail.com
Thu Dec 19 15:46:35 EST 2013


I can use matplotlib's imshow:

plt.imshow(c,cmap=plt.cm.gray)

and this gives me a figure I can close with "plt.close()", but the trouble 
with this method is that images aren't displayed at "truesize"; that is one 
image pixel for one screen pixel.  And there's isn't a matplotlib parameter 
which allows me to do this.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-image/attachments/20131219/cdac0e05/attachment.html>


More information about the scikit-image mailing list