help-octave
[Top][All Lists]
Advanced

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

Re: weird bug with plot/hold?


From: Henry F. Mollet
Subject: Re: weird bug with plot/hold?
Date: Tue, 31 Jul 2007 12:22:49 -0700
User-agent: Microsoft-Entourage/11.1.0.040913

octave-2.9.13:2> A = rand(10, 1000);
octave-2.9.13:3> figure(1), hold on
octave-2.9.13:4> for i = 1:1000, plot(A(:,i)); drawnow(); endfor
^C

octave-2.9.13:4> 
I had no problems with the above and let it run for about 20 minutes.
Henry


on 7/31/07 8:54 AM, John W. Eaton at address@hidden wrote:


> 
http://www.nabble.com/Gnuplot-garbage-in-octave-prompt-tf3715276.html#a1039819>
8
> 
> and I think it is actually a bug in gnuplot.  I also think it has
> already been reported the the gnuplot developers, but I don't know the
> status.
> 
> jwe
> 
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://www.cae.wisc.edu/mailman/listinfo/help-octave




reply via email to

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