Mercurial > hg > octave-lyh
diff scripts/plot/subplot.m @ 2360:8fc0fa7ae9ca
[project @ 1996-10-10 22:36:46 by jwe]
author | jwe |
---|---|
date | Thu, 10 Oct 1996 22:39:02 +0000 |
parents | b5568c31ee2c |
children | a034dcdbc282 |
line wrap: on
line diff
--- a/scripts/plot/subplot.m +++ b/scripts/plot/subplot.m @@ -78,8 +78,7 @@ usage ("subplot (rows, columns, index) or subplot (rcn)"); endif - if ((isstr (automatic_replot) && strcmp (automatic_replot, "true")) - || automatic_replot) + if (automatic_replot) warning ("turning off automatic replot for multiplot mode"); multiplot_save_auto_replot = automatic_replot; automatic_replot = 0;