Mercurial > hg > octave-lyh
comparison scripts/plot/grid.m @ 5493:b2e882e8b68b
[project @ 2005-10-13 17:51:19 by jwe]
author | jwe |
---|---|
date | Thu, 13 Oct 2005 17:51:19 +0000 |
parents | ec8c33dcd1bf |
children | 5b80eaa366c1 |
comparison
equal
deleted
inserted
replaced
5492:179096e8e57f | 5493:b2e882e8b68b |
---|---|
57 else | 57 else |
58 usage (usage_msg); | 58 usage (usage_msg); |
59 endif | 59 endif |
60 | 60 |
61 if (do_replot && automatic_replot) | 61 if (do_replot && automatic_replot) |
62 ## No semicolon (see replot.m). | 62 replot (); |
63 __gnuplot_replot__ | |
64 endif | 63 endif |
65 | 64 |
66 endfunction | 65 endfunction |