On 03/02/2014 04:47 PM, sfeam wrote:
> On Sunday, 02 March 2014 04:36:04 PM Daniel J Sebald wrote:
>> When I ran 'all.dem' interactively to test the patch I referred to in a
>> previous post, at the very end there was about a five to ten second
>> delay before gnuplot came back to the command line. If I ran the last
>> demo inside 'all.dem' on its own there was no delay.
>>
>> Does anyone have a guess at what might be the issue with that?
>
> That would be because the last line executed by all.dem is "pause 5"
> It gives the user something pretty to look at.
> Otherwise on a fast machine the whole thing is blink-and-it's-gone.
Oh...
Good point about blink-and-gone. I usually just use 'all.dem' for
testing purposes and if I want to know about features I look to the
individual demo files.
That makes me wonder if maybe gnuplot should have an internal pause
setting that is inherent after every plot. E.g.,
set pause 0.5 plot
load 'all.dem'
which would pause a half second after every plot no matter if there are
queued carriage returns or a NULL input. Something like that.
Dan
|