Dear matplotlib users,

The following very simple script generate an explosion of ram memory :

from numpy  import *
import pylab as pl

while 1:
   data = random.random((512,512))
   pl.imshow(data)


How is it possible to loop over imshow, without having this problem ?

Thanks in advance,

yves






-- 
                                                  (o o)
--------------------------------------------oOO--(_)--OOo-------
   Yves Revaz
   Laboratory of Astrophysics EPFL
   Observatoire de Sauverny     Tel : ++ 41 22 379 24 28
   51. Ch. des Maillettes       Fax : ++ 41 22 379 22 05
   1290 Sauverny             e-mail : yves.re...@epfl.ch
   SWITZERLAND                  Web : http://www.lunix.ch/revaz/
----------------------------------------------------------------


------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to