Hi,
not sure whether the observed behavior (with gretl 2023c) with the
following script is expected:
<hansl>
open denmark
string s
gnuplot LRM --time-series --outbuf=s { set title 'My Title';} # works
gnuplot --inbuf=s --output=display { set title 'My Title';} # fails
</hansl>
Two questions:
- The first gnuplot invocation works, but it also produces a displayed
plot. Is this intended even though the outbuf option is given? I would
have thought that it only writes the output to the string s, not also
displaying something.
- The second gnuplot line yields a parser error. Is the inbuf option
incompatible with further added gnuplot commands?
thanks
sven