On Mon, 25 Oct 2010, Dr. Ioannis A. Venetis wrote:
It seems that I cannot use the show command in scripts with
gnuplot objects
For example when I run the code
nulldata 100
x=normal(0,1)
y=normal(0,1)
grf1 <- gnuplot x --time-series --with-lines
grf1.show
I get
wrote C:\Users\user\Documents\gretl\gpttmp01.plt
? grf1.show
grf1: no such object
Artur Bala has given a modification of the gnuplot command that
does the job. However, I think I would consider Artur's suggestion
a "work-around": it seems that your original command should work
as you imagined it would, or in other words there's a bug here.
I'll take a look at that, though I'm off to a conference for a few
days so this may not be fixed till next week.
Allin Cottrell