Mercurial > hg > octave-nkf
diff scripts/plot/subwindow.m @ 3106:21208b797332
[project @ 1997-11-19 06:26:03 by jwe]
author | jwe |
---|---|
date | Wed, 19 Nov 1997 06:26:04 +0000 |
parents | 98d862e12945 |
children | a494f93e60ff |
line wrap: on
line diff
--- a/scripts/plot/subwindow.m +++ b/scripts/plot/subwindow.m @@ -38,15 +38,11 @@ ## global variables to keep track of multiplot options - global __multiplot_mode__ - global __multiplot_xsize__ - global __multiplot_ysize__ - global __multiplot_xn__ - global __multiplot_yn__ - - if (! exist ("__multiplot_mode__")) - __multiplot_mode__ = 0; - endif + global __multiplot_mode__ = 0; + global __multiplot_xsize__; + global __multiplot_ysize__; + global __multiplot_xn__; + global __multiplot_yn__; ## check calling argument count