[Numpy-discussion] matplotlib and numpy cause MemoryError

Mathew Yeates mat.yeates at gmail.com
Wed Nov 18 16:48:03 EST 2009


Hi

I have a line of matplotlib code

-self.ax.plot(plot_data,mif)



that causes the line

-self.data=numpy.zeros(shape=dims)



to throw a MemoryError exception.

(if I comment out the first line I get no error.)


This is on a windows xp machine with latest numpy and the latest matplotlib.



I have a feeling this may be a nightmare to figure out what matplotlib
and/or numpy are doing wrong. Any ideas where I can start?



Mathew
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20091118/dad533cb/attachment.html>


More information about the NumPy-Discussion mailing list