Mercurial > hg > octave-thorsten
comparison scripts/plot/shg.m @ 5253:6b91c98e3db0
[project @ 2005-03-28 18:56:56 by jwe]
author | jwe |
---|---|
date | Mon, 28 Mar 2005 18:56:56 +0000 |
parents | 3d9afb170a39 |
children | 4c8a2e4e0717 |
comparison
equal
deleted
inserted
replaced
5252:3d9afb170a39 | 5253:6b91c98e3db0 |
---|---|
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 replot (); | 39 __gnuplot_replot__ |
40 | 40 |
41 endfunction | 41 endfunction |