[matplotlib-devel] matplotlib and numpy cause MemoryError

2009-11-18 Thread Mathew Yeates
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 a

Re: [matplotlib-devel] Dissapearing data? / path.simplify behavior

2009-11-18 Thread Michael Droettboom
Eric Firing wrote: > Drain, Theodore R (343P) wrote: > >> FYI: Thanks for the help John. >> >> This is case where having path.simplify = True causes the plot to be >> incorrect. Attached are two different images (not quite the same data >> as the original post- but the same affect). One wi