Mercurial > hg > octave-nkf
diff 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 |
line wrap: on
line diff
--- a/scripts/plot/multiplot.m +++ b/scripts/plot/multiplot.m @@ -28,9 +28,11 @@ ## NOTE: this will work only with gnuplot installed with ## multiplot patch -function multiplot (xn, yn) +## Author: Vinayak Dutt, Dutt.Vinayak@mayo.EDU +## Created: 3 July 95 +## Adapted-By: jwe - ## Written by Vinayak Dutt, Dutt.Vinayak@mayo.EDU 3 Jul 95 +function multiplot (xn, yn) if (! gnuplot_has_multiplot) error ("multiplot: gnuplot does not appear to support this feature");