Mercurial > hg > octave-nkf
comparison scripts/plot/plot_border.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 |
---|---|
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 replot (); | 114 ## No semicolon (see replot.m). |
115 __gnuplot_replot__ | |
115 endif | 116 endif |
116 | 117 |
117 endfunction | 118 endfunction |