On Wed, 8 Sep 2010, artur bala wrote:
I have a panel data and try to run the following script:
/loop for i=1..6
smpl region = i --restrict --replace
gnuplot sonede gr --output="display"
endloop/
but no graph is produced. Instead, when I enter the loop commands via
gretl's console, things work beautifully.
There was a bug here: if a script just contained a loop, with no
preceding non-loop commands, then we failed to attach the
"callback" function that ensures that graphs are displayed, with
--output=display. This is now fixed in CVS and the gretl
snapshots.
Allin Cottrell