comparison scripts/plot/__patch__.m @ 7294:fb902b3b2a5d

[project @ 2007-12-11 18:55:46 by jwe]
author jwe
date Tue, 11 Dec 2007 18:55:46 +0000
parents 1e8e64d71e34
children e00828759d1b
comparison
equal deleted inserted replaced
7293:d45fc511fc5d 7294:fb902b3b2a5d
179 cargs{2} = [0, 1, 0]; 179 cargs{2} = [0, 1, 0];
180 endif 180 endif
181 181
182 h = __go_patch__ (p, "xdata", x, "ydata", y, "faces", faces, 182 h = __go_patch__ (p, "xdata", x, "ydata", y, "faces", faces,
183 "vertices", vert, cargs{:}, varargin{iarg:end}); 183 "vertices", vert, cargs{:}, varargin{iarg:end});
184
184 if (have_z) 185 if (have_z)
185 set (h, "zdata", z); 186 set (h, "zdata", z);
186 endif 187 endif
187 188
188 endfunction 189 endfunction