|
From: <br...@ph...> - 2006-07-25 20:56:51
|
Timoth=C3=A9e Lecomte wrote: > This option is used by external programs, like maxima, to control= =20 > gnuplot. They send their commands through a pipe or a file or whate= ver,=20 > they let gnuplot exit at the end of the commands, but as they want = the=20 > plot windows to stay open, they use "persist". The problem is that these programs are abusing persist. Persist isn'= t useful for external programs that will keep on running and doing othe= r things while gnuplot sits there. They should either keep gnuplot, an= d=20 their pipe to it, open, or not care about whether gnuplot terminates= =20 itself or not. > P.S. : I tend to think that "persist" was a bad idea in the first p= lace=20 It wasn't. But Maxima shouldn't be using it. |