|
From: Daniel J S. <dan...@ie...> - 2007-03-26 19:43:15
|
Is it possible, or would it be a useful feature for gnuplot to have a datafile mode setting for which data files are deleted after they have been read and are no longer required for gnuplot's use? A complaint from someone using Octave was that temporary image files used to send data to gnuplot were hanging around until the app exits and that disk space ran out. There are options available now to put all data through the pipe so that files are no longer necessary, but I'm still inquiring if generally speaking it would be good to have such a thing, e.g., set datafile discard set datafile temporary ? I guess another approach is for the app to somehow wait on gnuplot finishing it's plot request. Should that be the preferred use? Dan |