Mercurial > hg > octave-nkf
diff scripts/plot/subwindow.m @ 3368:a4cd1e9d9962
[project @ 1999-11-20 17:22:48 by jwe]
author | jwe |
---|---|
date | Sat, 20 Nov 1999 17:23:01 +0000 |
parents | a494f93e60ff |
children | 22bd65326ec1 |
line wrap: on
line diff
--- a/scripts/plot/subwindow.m +++ b/scripts/plot/subwindow.m @@ -17,14 +17,13 @@ ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA ## 02111-1307, USA. -## usage: subwindow (xn, yn) -## -## NOTE: this will work only with gnuplot installed with -## multiplot patch -## -## Sets subwindow position in multiplot mode for next plot. The -## multiplot mode has to be previously initialized using multiplot() -## command, else this command just becomes an aliad to multiplot() +## -*- texinfo -*- +## @deftypefn {Function File} {} subwindow (@var{xn}, @var{yn}) +## Sets the subwindow position in multiplot mode for the next plot. The +## multiplot mode has to be previously initialized using the +## @code{multiplot} function, otherwise this command just becomes an alias +## to @code{multiplot} +## @end deftypefn ## Author: Vinayak Dutt <Dutt.Vinayak@mayo.EDU> ## Created: 3 July 95