comparison scripts/plot/shg.m @ 5493:b2e882e8b68b

[project @ 2005-10-13 17:51:19 by jwe]
author jwe
date Thu, 13 Oct 2005 17:51:19 +0000
parents 4c8a2e4e0717
children 2618a0750ae6
comparison
equal deleted inserted replaced
5492:179096e8e57f 5493:b2e882e8b68b
34 34
35 if (nargin != 0) 35 if (nargin != 0)
36 warning ("shg: ignoring extra arguments"); 36 warning ("shg: ignoring extra arguments");
37 endif 37 endif
38 38
39 __gnuplot_replot__ 39 replot ();
40 40
41 endfunction 41 endfunction