[Matplotlib-users] Plotting incomplete data sets

2007-08-29 Thread John Morgan
approach is a bit of a pain as you often end up with the crosses showing up on the bottom of the graph etc. I'm sure I can get this approach to work but I thought I'd ask if there's there a more elegant way to achieve t

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

2007-04-17 Thread John Morgan
e ' + baseline) fig.savefig('TimeSeries' + baseline) pylab.close() print 'printing baseline ' + baseline On 16/04/07, John Hunter <[EMAIL PROTECTED]> wrote: > On 4/13/07, John Morgan <[EMAIL PROTECTED]> wrote: > > I&

[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