Mercurial > hg > octave-lyh
comparison scripts/plot/multiplot.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 |
---|---|
26 ## xn,yn subplots along x and y axes. | 26 ## xn,yn subplots along x and y axes. |
27 ## | 27 ## |
28 ## NOTE: this will work only with gnuplot installed with | 28 ## NOTE: this will work only with gnuplot installed with |
29 ## multiplot patch | 29 ## multiplot patch |
30 | 30 |
31 ## Author: Vinayak Dutt, Dutt.Vinayak@mayo.EDU | |
32 ## Created: 3 July 95 | |
33 ## Adapted-By: jwe | |
34 | |
31 function multiplot (xn, yn) | 35 function multiplot (xn, yn) |
32 | |
33 ## Written by Vinayak Dutt, Dutt.Vinayak@mayo.EDU 3 Jul 95 | |
34 | 36 |
35 if (! gnuplot_has_multiplot) | 37 if (! gnuplot_has_multiplot) |
36 error ("multiplot: gnuplot does not appear to support this feature"); | 38 error ("multiplot: gnuplot does not appear to support this feature"); |
37 endif | 39 endif |
38 | 40 |