comparison scripts/plot/subplot.m @ 4422:92be67bc9301

[project @ 2003-06-04 17:43:15 by jwe]
author jwe
date Wed, 04 Jun 2003 17:43:15 +0000
parents 22bd65326ec1
children 55db663c15ce
comparison
equal deleted inserted replaced
4421:747e1e895f7c 4422:92be67bc9301
71 71
72 ## Author: Vinayak Dutt <Dutt.Vinayak@mayo.EDU> 72 ## Author: Vinayak Dutt <Dutt.Vinayak@mayo.EDU>
73 ## Adapted-By: jwe 73 ## Adapted-By: jwe
74 74
75 function subplot (rows, columns, index) 75 function subplot (rows, columns, index)
76
77 if (! gnuplot_has_multiplot)
78 error ("subplot: gnuplot does not appear to support this feature");
79 endif
80 76
81 ## global variables to keep track of multiplot options 77 ## global variables to keep track of multiplot options
82 78
83 global __multiplot_mode__ = 0; 79 global __multiplot_mode__ = 0;
84 global __multiplot_xsize__; 80 global __multiplot_xsize__;