Mercurial > hg > octave-lyh
comparison scripts/plot/subwindow.m @ 2312:204cc7db6f4a
[project @ 1996-07-11 21:20:36 by jwe]
author | jwe |
---|---|
date | Thu, 11 Jul 1996 21:20:36 +0000 |
parents | 2b5788792cad |
children | 5ca126254d15 |
comparison
equal
deleted
inserted
replaced
2311:2b5788792cad | 2312:204cc7db6f4a |
---|---|
24 ## | 24 ## |
25 ## Sets subwindow position in multiplot mode for next plot. The | 25 ## Sets subwindow position in multiplot mode for next plot. The |
26 ## multiplot mode has to be previously initialized using multiplot() | 26 ## multiplot mode has to be previously initialized using multiplot() |
27 ## command, else this command just becomes an aliad to multiplot() | 27 ## command, else this command just becomes an aliad to multiplot() |
28 | 28 |
29 ## Author: Vinayak Dutt <Dutt.Vinayak@mayo.EDU> | |
30 ## Created: 3 July 95 | |
31 ## Adapted-By: jwe | |
32 | |
29 function subwindow (xn, yn) | 33 function subwindow (xn, yn) |
30 | |
31 ## Written by Vinayak Dutt, Dutt.Vinayak@mayo.EDU 3 Jul 95 | |
32 | 34 |
33 if (! gnuplot_has_multiplot) | 35 if (! gnuplot_has_multiplot) |
34 error ("subwindow: gnuplot does not appear to support this feature"); | 36 error ("subwindow: gnuplot does not appear to support this feature"); |
35 endif | 37 endif |
36 | 38 |