diff scripts/plot/__go_draw_axes__.m @ 7292:5e90111a28b3

[project @ 2007-12-11 18:13:34 by jwe]
author jwe
date Tue, 11 Dec 2007 18:15:06 +0000
parents a239de118fa6
children c06476bb301d
line wrap: on
line diff
--- a/scripts/plot/__go_draw_axes__.m	Tue Dec 11 18:10:19 2007 +0000
+++ b/scripts/plot/__go_draw_axes__.m	Tue Dec 11 18:15:06 2007 +0000
@@ -844,7 +844,7 @@
                 err = true;
 	      endif
 	    elseif (ismatrix (xdat) && ismatrix (ydat) && ismatrix (zdat))
-	      if (! (size_equal (xdat, ydat) && size_equal (xdat, zdat)))
+	      if (! size_equal (xdat, ydat, zdat))
                 err = true;
 	      endif
 	    else