|
From: Philipp K. J. <ja...@ie...> - 2017-03-06 16:02:38
|
[snip]
> >
>
> I made further test on qt and wxt terminal on gnuplot 5.0.5 windows
> and lubunutu 16.04.
>
> bind d "end=1"
> i=1; end=0; while (end==0) {plot i*x title "".i; i=i+1; pause 0.1}
>
> press "d" on plot window of qt terminal can stop the loop for me.
>
> But above loop is too simple so that it may not give a clue for this
> issue.
I think it depends rather critically on the length
of the pause and the complexity of the plot.
Apparently, qt is slower than wxt - timing that
worked for wxt did not work at all for qt.
|