[Gretl-users] command gnuplot
Allin Cottrell
cottrell at wfu.edu
Tue Apr 17 17:03:00 EDT 2007
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.
More information about the Gretl-users
mailing list