|
From: Frank S. <der...@gm...> - 2012-06-06 15:38:59
|
Am Freitag, den 01.06.2012, 12:31 -0700 schrieb Tait:
> > > > gpcommands.WriteLine("splot x+y");
> > > > gpcommands.WriteLine("bind Close \"exit gnuplot\"");
>
> Does this have anything to do with C# at all? Even interactively (4.6p0),
> "bind Close exit" does not seem to work.
No, everything is ok in interactive mode. At least the plot window does
not freeze by hitting q. (I think you have to use bind Close "exit
gnuplot" instead.)
It works with linux, but with the same compiler for windows not. I would
guess the problem is MS or gnuplot.
Of course, the behavior of a pipe via C++ or C would be very
interesting.
|