From: Michael H. <mh...@al...> - 2011-07-01 08:53:45
|
On 07/01/2011 07:03 AM, Ben Whale wrote: > [...] Thus I'm assuming that my > problem is due to something like the temporary files for each g.plot() > call being removed when a new Gnuplot.Gnuplot object is instantiated. > > Am I right? It indeed sounds like a problem with temporary files being deleted too early (or perhaps with the gnuplot processes being killed too early). It is not immediately obvious why the last plot *doesn't* fail if the rest of them do fail. The handling of temporary files varies from platform to platform. What platform are you using? You should also try the suggestions in the first FAQ question. Michael -- Michael Haggerty mh...@al... http://softwareswirl.blogspot.com/ |