On Monday, December 13, 2010, usherbsallen wrote:
>
> Hi,
> I am using imshow to illustrate the content of arrays. But I am having
> problems when arrays are too large. There seem to be a limitation that is
> not due to the computer memory size. My data are unsigned integer 1 byte and
> I am limit
Hi,
I am using imshow to illustrate the content of arrays. But I am having
problems when arrays are too large. There seem to be a limitation that is
not due to the computer memory size. My data are unsigned integer 1 byte and
I am limited to array of about 12000 x 5000.
When trying with a 16000 x
Hi, I have a memory problem.
I'm using: matplotlib-0.85, python 2.3.5, gtk 2.8.6 and pygtk 2.8.2.
I create a FigureCanvasGTKAgg with a subplot and I add one Line2D to this
subplot.
Then I add this FigureCanvas in a gtk.Window
When I destroy the gtk.Window (by the gtk method destroy),
the memo