help-octave
[Top][All Lists]
Advanced

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

Re: Display Problem


From: Doug Stewart
Subject: Re: Display Problem
Date: Tue, 7 Jun 2016 06:10:51 -0400



On Tue, Jun 7, 2016 at 1:55 AM, Thomas D. Dean <address@hidden> wrote:
On 06/06/2016 10:51 PM, Thomas D. Dean wrote:

In my previous post, I did not clean up enough.  Remove the call to the blanks() function.

Is this a known problem?

function problem()
  disp ("");
  input ("Press Return to continue:");
  disp ("");
  disp ("line 1");
  disp ("line 2");
  disp ("line 3");
  disp ("line 4");
  disp ("line 5");
  disp ("line 6");
  disp ("line 7");
  disp ("line 8");
  disp ("line 9");
  disp ("");
  if (yes_or_no("Do you wish to close all the plots?"))
    show("close all");
  else
    disp ("Use the octave command close all to close the plots.");
  endif

endfunction;

Tom Dean

_______________________________________________
Help-octave mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/help-octave




Yes I see the problem, but it only shows up if the pager is ON
do 
more off
and the problem is gone!



--
DAS


reply via email to

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