š Faragó wrote:
> > Thanks for replying Mike,
> > I tried it on Linux as well but I ran into the same problem. Perhaps
> > it has something to do with other needed libraries (GTK+, etc.). Can
> > you please tell me your libraries versions? I mean GTK+, pygtk, etc.
> > Al
. Thank you.
Tomas.
> Pôvodná správa
> Od: Michael Droettboom
> Predmet: Re: [Matplotlib-users] imshow memory problem
> Dátum: 17.5.2010 16:48:55
>
> On Linux, I only see about an extra 24kb being used when the canva
On Linux, I only see about an extra 24kb being used when the canvas is
added to a window vs. not adding it (i.e. commenting out the
window.add(canvas) line).
In general, here's the memory usage to be expected from imshow (if it's
a floating-point, not-rgb(a) array as you have here):
The origin