octave-maintainers
[Top][All Lists]
Advanced

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

Re: new snapshot (2.9.10)


From: Daniel J Sebald
Subject: Re: new snapshot (2.9.10)
Date: Thu, 22 Mar 2007 14:12:45 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041020

John W. Eaton wrote:
Are there any pending changes that are important enough to prevent
making a new snapshot?  If any major problems show up in 2.9.10, we
can make another one soon.  I'd like to start trying to stablize
things for a 3.0 release.

Comments?

Is the "figure redraw" as it should be?  Try

x=1:0.01:10
figure(1)
plot(x,sin(x))
figure(2)
plot(x,sin(x))

After switching to figure 2 and plotting, Octave then redraws figure 1 which causes the window for figure 1 to come forward. There's no reason to redraw figure 1, is there?

Dan


reply via email to

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