Re: [Matplotlib-users] graphs in memory

2009-10-20 Thread bas pigmans
i got that problem solved but i now have a new memory problem, the error i get is invalid command name " *randomnumber*callit" while executing " *randomnumber*callit" ("after" script) searched the internet and found that there is some variable stuck somewhere, here is the def cousing the er

Re: [Matplotlib-users] graphs in memory

2009-10-14 Thread Ryan May
On Mon, Oct 12, 2009 at 8:09 AM, bas pigmans wrote: > hi > > i am trying to use mathplot in a script that has to produce and store about > 3000 graps a time, the problem i have is that something inside mathplot > keeps stroring in the memmory, (eigther the graph or the file to write to i > guess..

[Matplotlib-users] graphs in memory

2009-10-14 Thread bas pigmans
hi i am trying to use mathplot in a script that has to produce and store about 3000 graps a time, the problem i have is that something inside mathplot keeps stroring in the memmory, (eigther the graph or the file to write to i guess...) so once it reached 1.5GB of ram it crashes i hope you can

[Matplotlib-users] graphs in memory

2009-10-14 Thread bas pigmans
hi i am trying to use mathplot in a script that has to produce and store about 3000 graps a time, the problem i have is that something inside mathplot keeps stroring in the memmory, (eigther the graph or the file to write to i guess...) so once it reached 1.5GB of ram it crashes i hope you can he

Re: [Matplotlib-users] graphs in memory

2009-10-14 Thread John [H2O]
Bas, Send an example of how you're handling the plotting. I have had similar issues, but I've finally figured out how to work around it. Basically, look at the Object Oriented examples, rather than using pyplot. What I found to be most efficient was to reuse figures as much as possible, but del

[Matplotlib-users] graphs in memory

2009-10-14 Thread bas pigmans
hi i am trying to use mathplot in a script that has to produce and store about 3000 graphs a time, the problem i have is that something inside mathplot keeps storing in the memory, (eigther the graph or the file to write to i guess...) so once it reached 1.5GB of ram it crashes i hope you can hel