comparison scripts/plot/mplot.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
28 ## position. 28 ## position.
29 ## 29 ##
30 ## See command plot() for the various options to this command 30 ## See command plot() for the various options to this command
31 ## as this is just mulitplot version of the same command. 31 ## as this is just mulitplot version of the same command.
32 32
33 ## Author: Vinayak Dutt <Dutt.Vinayak@mayo.EDU>
34 ## Adapted-By: jwe
35
33 function mplot (...) 36 function mplot (...)
34
35
36 ## Written by Vinayak Dutt, Dutt.Vinayak@mayo.EDU
37 37
38 if (! gnuplot_has_multiplot) 38 if (! gnuplot_has_multiplot)
39 error ("mplot: gnuplot does not appear to support this feature"); 39 error ("mplot: gnuplot does not appear to support this feature");
40 endif 40 endif
41 41