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: Fri, 23 Mar 2007 00:16:00 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041020

Daniel J Sebald wrote:
Daniel J Sebald wrote:

What is plot(); returning?

octave:5> plot([0:0.1:3],sin([0:0.1:3]));
ans = setting


Oh, that's not unique to "plot", other commands do that as well.

Patch to remove debug phrase...
--- /usr/local/share/octave/2.9.9+/m/plot/drawnow.m     2007-03-22 
22:29:53.647746741 -0500
+++ ./drawnow.m 2007-03-22 23:59:49.594872000 -0500
@@ -58,7 +58,6 @@
            pclose (plot_stream);
            set (h, "__plot_stream__", []);
          endif
-         "setting"
          set (h, "__modified__", false);
        endif
        __request_drawnow__ (false);

reply via email to

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