On Mon, 24 Oct 2005, Sven Schreiber wrote:

> now for something completely different: I'm having problems with the
> following gnuplot command (within gretl, of course):
> gnuplot verteilf sortiert --with-impulses --suppress-fitted { set style
> data steps; }
>
> In the resulting plt file, the part in braces does not appear, although
> according to the manual (Aug2005) it should. Is that a bug?

Yes, bug found and fixed.  This is in gretl CVS and the current 
Windows snapshot.

> Secondly, if I use this one:
> gnuplot verteilf sortiert { set style data steps; }
> the part in braces appears in the plt file, but doesn't make any
> difference to the visual output...

Also fixed.  If we read "set style data" in the literal part of a 
gnuplot command, we don't overrule that with "w points".

Allin Cottrell

Reply via email to