comparison doc/interpreter/images/sparseimages.m @ 5926:ddfe04062467

[project @ 2006-08-14 19:16:07 by jwe]
author jwe
date Mon, 14 Aug 2006 19:16:07 +0000
parents b2a802aa0cda
children
comparison
equal deleted inserted replaced
5925:fe5cedbf3806 5926:ddfe04062467
18 18
19 ## Use this function before plotting commands and after every call to 19 ## Use this function before plotting commands and after every call to
20 ## print since print() resets output to stdout (unfortunately, gnpulot 20 ## print since print() resets output to stdout (unfortunately, gnpulot
21 ## can't pop output as it can the terminal type). 21 ## can't pop output as it can the terminal type).
22 function bury_output () 22 function bury_output ()
23 automatic_replot = false; 23 automatic_replot(0);
24 __gnuplot_set__ term dumb 24 __gnuplot_set__ term dumb
25 [status, dummy] = fileattrib("/dev/null"); 25 [status, dummy] = fileattrib("/dev/null");
26 if (status) 26 if (status)
27 __gnuplot_raw__ ("set output \"/dev/null\"\n"); 27 __gnuplot_raw__ ("set output \"/dev/null\"\n");
28 endif 28 endif