Hi

I have a line of matplotlib code

-self.ax.plot(plot_data,mif)



that causes the line

-self.data=numpy.zeros(shape=dims) #dims is a constant, not large



to throw a MemoryError exception.

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

Is it possible that matplotlib is dereferencing an array somewhere?

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
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to