Mercurial > hg > octave-lyh
comparison 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 |
comparison
equal
deleted
inserted
replaced
3367:0748b03c3510 | 3368:a4cd1e9d9962 |
---|---|
15 ## You should have received a copy of the GNU General Public License | 15 ## You should have received a copy of the GNU General Public License |
16 ## along with Octave; see the file COPYING. If not, write to the Free | 16 ## along with Octave; see the file COPYING. If not, write to the Free |
17 ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA | 17 ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA |
18 ## 02111-1307, USA. | 18 ## 02111-1307, USA. |
19 | 19 |
20 ## usage: subwindow (xn, yn) | 20 ## -*- texinfo -*- |
21 ## | 21 ## @deftypefn {Function File} {} subwindow (@var{xn}, @var{yn}) |
22 ## NOTE: this will work only with gnuplot installed with | 22 ## Sets the subwindow position in multiplot mode for the next plot. The |
23 ## multiplot patch | 23 ## multiplot mode has to be previously initialized using the |
24 ## | 24 ## @code{multiplot} function, otherwise this command just becomes an alias |
25 ## Sets subwindow position in multiplot mode for next plot. The | 25 ## to @code{multiplot} |
26 ## multiplot mode has to be previously initialized using multiplot() | 26 ## @end deftypefn |
27 ## command, else this command just becomes an aliad to multiplot() | |
28 | 27 |
29 ## Author: Vinayak Dutt <Dutt.Vinayak@mayo.EDU> | 28 ## Author: Vinayak Dutt <Dutt.Vinayak@mayo.EDU> |
30 ## Created: 3 July 95 | 29 ## Created: 3 July 95 |
31 ## Adapted-By: jwe | 30 ## Adapted-By: jwe |
32 | 31 |