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
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