Mercurial > hg > octave-lyh
comparison scripts/plot/replot.m @ 5251:454e3c98300d
[project @ 2005-03-28 16:05:51 by jwe]
author | jwe |
---|---|
date | Mon, 28 Mar 2005 16:05:51 +0000 |
parents | eecc24b92d97 |
children | 4c8a2e4e0717 |
comparison
equal
deleted
inserted
replaced
5250:8386f7982831 | 5251:454e3c98300d |
---|---|
25 ## Author: jwe | 25 ## Author: jwe |
26 | 26 |
27 function replot () | 27 function replot () |
28 | 28 |
29 if (nargin == 0) | 29 if (nargin == 0) |
30 ## No semicolon following the __greplot__ line unless you also fix | 30 ## No semicolon following the __gnuplot_replot__ line unless you |
31 ## gplot.l to allow it. | 31 ## also fix gplot.l to allow it. |
32 __greplot__ | 32 __gnuplot_replot__ |
33 else | 33 else |
34 usage ("replot ()"); | 34 usage ("replot ()"); |
35 endif | 35 endif |
36 | 36 |
37 endfunction | 37 endfunction |