|
From: Hans-Bernhard B. <HBB...@t-...> - 2010-05-21 18:53:34
|
nas...@la... wrote: > I am using gnuplot to display measurment data directly out of my > self-written console-program. So far this works great but the problem is, > that after gnuplot was called by my program, and the terminal with the > plot is shown (wxt), the user has to type "quit" in console to exit > gnuplot and return to my program. My question now is, if it is possible to > automatically quit gnuplot when the terminal window is closed by the user. You appear to be searching for the --persist option. |