comparison doc/interpreter/images/sparseimages.m @ 5806:b2a802aa0cda

[project @ 2006-05-10 22:30:50 by jwe]
author jwe
date Wed, 10 May 2006 22:30:50 +0000
parents 3f80480016c5
children ddfe04062467
comparison
equal deleted inserted replaced
5805:5bfb24f90bdd 5806:b2a802aa0cda
22 function bury_output () 22 function bury_output ()
23 automatic_replot = false; 23 automatic_replot = false;
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_set__ output '/dev/null' 27 __gnuplot_raw__ ("set output \"/dev/null\"\n");
28 endif 28 endif
29 endfunction 29 endfunction
30 30
31 function gplotimages(nm,typ) 31 function gplotimages(nm,typ)
32 bury_output (); 32 bury_output ();