[IPython-User] Displaying multiple images?
Matthias BUSSONNIER
bussonniermatthias@gmail....
Thu Nov 15 07:43:11 CST 2012
Le 15 nov. 2012 à 14:20, Darren Govoni a écrit :
> Hi,
>
> I am wanting to display multiple images in a loop and have each one displyed in my notebook. For example:
>
> for i in range(0,3):
>
> img = plt.imread('image-'+i+'.png')
>
> imshow(img)
>
> But it only shows one image instead of 4.
>
> How can I display multiple images from a cell?
>
You can inspire from 2 day ago question :
http://python.6.n6.nabble.com/IPython-User-Calling-Image-several-times-in-the-same-cell-td4995736.html
for longer explanation.
--
Matthias
> thanks!
>
> _______________________________________________
> IPython-User mailing list
> IPython-User@scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-user
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.scipy.org/pipermail/ipython-user/attachments/20121115/32854f8a/attachment.html
More information about the IPython-User
mailing list