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 23:03:09 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041020

John W. Eaton wrote:

| 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?

I checked in the following patch to attempt to avoid redrawing figures
that have not changed since the last call to drawnow.

Ahh, much nicer.  Thank you.

What is plot(); returning?

octave:5> plot([0:0.1:3],sin([0:0.1:3]));
ans = setting
octave:6> setting
error: `setting' undefined near line 6 column 1
octave:6> ans
octave:7>

Dan


reply via email to

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