On Tue, 17 Apr 2007, Marco Marini wrote:
When I make a graph of a time series from the GUI, I obtain
correctly a line between observations. Looking at the commands log, I see
the command gnuplot <name> --time-series.
If you type the same command on the terminal, the graph does not show
lines but only the + marker. Is that a mistake?
The mistake was actually that the command, issued implicitly by
the GUI, was not recorded completely. It should read
gnuplot <name> --time-series --with-lines
(or, since options may be shortened so long as they are unique:
gnuplot <name> --time --with-l )
This command, issued in the console, will do what you want.
Allin.