Mercurial > hg > octave-lyh
comparison scripts/plot/plot_border.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 |
comparison
equal
deleted
inserted
replaced
5492:179096e8e57f | 5493:b2e882e8b68b |
---|---|
109 endif | 109 endif |
110 __gnuplot_raw__ (sprintf ("set border %d;\n", border)); | 110 __gnuplot_raw__ (sprintf ("set border %d;\n", border)); |
111 endif | 111 endif |
112 | 112 |
113 if (automatic_replot) | 113 if (automatic_replot) |
114 ## No semicolon (see replot.m). | 114 replot (); |
115 __gnuplot_replot__ | |
116 endif | 115 endif |
117 | 116 |
118 endfunction | 117 endfunction |