Re: [Matplotlib-users] Fatal Python error: deallocating None

2007-04-17 Thread John Hunter
On 4/17/07, John Morgan <[EMAIL PROTECTED]> wrote: > If you still want to try and squash this bug I'm happy to do some more > testing but as far as I'm concerned the problem is solved. Since we still don't know if it is even in matplotlib (it could be in numarray) I don't think we can pursue this

Re: [Matplotlib-users] Fatal Python error: deallocating None

2007-04-17 Thread John Morgan
Try as I might I couldn't get your script to crash, so I modified my code so it was more like yours (see below - I've also made some cosmetic changes as well). It now runs without crashing :) If you still want to try and squash this bug I'm happy to do some more testing but as far as I'm concerned

Re: [Matplotlib-users] Fatal Python error: deallocating None

2007-04-16 Thread John Hunter
On 4/13/07, John Morgan <[EMAIL PROTECTED]> wrote: > I'm using matplotlib with Python 2.4.4 to make scatter plots of a > reasonably large dataset. Specifically about 200 plots with around > 3224 points each. Unfortunately after about 30-40 plots, python > invariably crashes with the error: > Could

[Matplotlib-users] Fatal Python error: deallocating None

2007-04-13 Thread John Morgan
I'm using matplotlib with Python 2.4.4 to make scatter plots of a reasonably large dataset. Specifically about 200 plots with around 3224 points each. Unfortunately after about 30-40 plots, python invariably crashes with the error: Fatal Python error: deallocating None Aborted below is the code w