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