comparison scripts/plot/drawnow.m @ 6433:71c052b5ce47

[project @ 2007-03-23 12:54:03 by jwe]
author jwe
date Fri, 23 Mar 2007 12:54:03 +0000
parents 5bec61ae1576
children fdcb715e381c
comparison
equal deleted inserted replaced
6432:5bec61ae1576 6433:71c052b5ce47
56 __go_draw_figure__ (f, plot_stream); 56 __go_draw_figure__ (f, plot_stream);
57 elseif (! isempty (plot_stream)) 57 elseif (! isempty (plot_stream))
58 pclose (plot_stream); 58 pclose (plot_stream);
59 set (h, "__plot_stream__", []); 59 set (h, "__plot_stream__", []);
60 endif 60 endif
61 "setting"
62 set (h, "__modified__", false); 61 set (h, "__modified__", false);
63 endif 62 endif
64 __request_drawnow__ (false); 63 __request_drawnow__ (false);
65 endif 64 endif
66 endfor 65 endfor