Hi,

 

I am using gretl 2016b-git on Windows (x86_64) with build date 2016-02-02.

 

I ran the following script:

 

scalar anzahl = 1000

nulldata anzahl

setobs 1000 1:0001 --special-time-series

x = normal(0,1)

# gnuplot x --time-series --output=display

plot x --time-series --output=display

 

Nothing is displayed. If I run the gnuplot command (shown as comment) instead, I get a proper picture. What is my mistake using “plot”?

 

Thank you and kind regards,

 

Thorsten