|
From: Petr M. <mi...@mo...> - 2007-04-10 08:24:43
|
> > Based on what kind of oracle are to decide that the "replot" issued for
> > a plot with inline data isn't *meant* to require re-entry of all the
> > data? Or re-entry of only some of them, even?
> >
> > Replot has a reasonable, well-defined and ancient meaning in gnuplot.
> > I'm afraid I have to insist that a command doing a different job than
> > "replot" used to do, be given a different name than "replot".
That I have proposed several times: "Replot". (Or: "redraw")
> A new option "autoreload" won't fly? E.g.,
>
> set autoreload off
>
> and the default is on, i.e., the current behavior?
set replot {reload|redraw}
or
set replot {reload|redraw} {both|pipe}
---
PM
|