From: Daniel J S. <dan...@ie...> - 2012-05-16 19:56:29
|
On 05/16/2012 02:43 PM, pl...@pi... wrote: > On 05/16/12 18:35, Daniel J Sebald wrote: >> Perhaps there should be a mode switch, "use the same data" or "don't >> reread". But I'm not sure how crucial that is. > > > Isn't that what I was suggesting using plot '--' (double minus sign) ? Sure, but it is slightly confusing because... > If the read-in data is buffered, that would fix Ethan's worry about this > not working the same from pipes. Your previous email pointed out a problem with 'datafile' reread on ARM at a particular instant. There would then need to be something analogous to '-' and '--' but for data files. OR, the default for datafiles could be to buffer the data (no easy task given gnuplot wasn't built that way from the ground up). But if the default for datafiles is to buffer data, then '--' becomes analogous to 'datafile' as the default behavior, and '-' becomes the special case. With a mode switch, there is a bit less confusion, but that too has its drawbacks. Dan |