diff 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
line wrap: on
line diff
--- a/scripts/plot/__patch__.m	Tue Dec 11 18:23:07 2007 +0000
+++ b/scripts/plot/__patch__.m	Tue Dec 11 18:55:46 2007 +0000
@@ -181,6 +181,7 @@
 
   h = __go_patch__ (p, "xdata", x, "ydata", y, "faces", faces, 
 		    "vertices", vert, cargs{:}, varargin{iarg:end});
+
   if (have_z)
     set (h, "zdata", z);
   endif