comparison scripts/plot/subplot.m @ 6295:0fcce0872e02

[project @ 2007-02-10 02:10:21 by jwe]
author jwe
date Sat, 10 Feb 2007 02:10:21 +0000
parents 44c91c5dfe1d
children 05a48d6cf163
comparison
equal deleted inserted replaced
6294:fa02b0b467b5 6295:0fcce0872e02
133 obj = get (child); 133 obj = get (child);
134 if (strcmp (obj.type, "axes")) 134 if (strcmp (obj.type, "axes"))
135 if (obj.outerposition == pos) 135 if (obj.outerposition == pos)
136 found = true; 136 found = true;
137 tmp = child; 137 tmp = child;
138 axes (h);
139 break; 138 break;
140 endif 139 endif
141 endif 140 endif
142 endfor 141 endfor
143 142