Mercurial > hg > octave-lyh
diff scripts/plot/subwindow.m @ 4422:92be67bc9301
[project @ 2003-06-04 17:43:15 by jwe]
author | jwe |
---|---|
date | Wed, 04 Jun 2003 17:43:15 +0000 |
parents | 22bd65326ec1 |
children | eecc24b92d97 |
line wrap: on
line diff
--- a/scripts/plot/subwindow.m +++ b/scripts/plot/subwindow.m @@ -31,10 +31,6 @@ function subwindow (xn, yn) - if (! gnuplot_has_multiplot) - error ("subwindow: gnuplot does not appear to support this feature"); - endif - ## global variables to keep track of multiplot options global __multiplot_mode__ = 0;