|
From: | Doug Stewart |
Subject: | Re: Display Problem |
Date: | Tue, 7 Jun 2016 06:10:51 -0400 |
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");
elsedisp ("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
[Prev in Thread] | Current Thread | [Next in Thread] |