help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnuplot> nset obj 2 : invalid command


From: lo
Subject: gnuplot> nset obj 2 : invalid command
Date: Sun, 18 Jul 2010 23:29:32 +0200
User-agent: KMail/1.12.4 (Linux/2.6.31.12-0.2-desktop; KDE/4.3.5; x86_64; ; )

hello,

I have installed octave 3.3.51 on a Linux Suse 11.2;

running the following (not representative of what I am doing or even 
meaningful, I am simply trying to reduce my problem...)


h = figure;
t = 0:0.1:6.3;
for n = 1 : 9
        hc = plot(t,cos(t), "o", "markersize", 3, "markerfacecolor", "g");
        pause(1);
        delete(hc);
end


I get 9 times

gnuplot> nset obj 2
         ^
         line 0: invalid command

in the octave window;

how can I avoid this ?
thanks for the help !

regards,
Laurent


reply via email to

[Prev in Thread] Current Thread [Next in Thread]