diff scripts/plot/__go_draw_figure__.m @ 7379:a78c7bccda91

[project @ 2008-01-15 18:42:29 by jwe]
author jwe
date Tue, 15 Jan 2008 18:42:30 +0000
parents c18512d0ddb6
children 86955a1559c5
line wrap: on
line diff
--- a/scripts/plot/__go_draw_figure__.m
+++ b/scripts/plot/__go_draw_figure__.m
@@ -33,7 +33,7 @@
       if (nkids > 0)
 	axes_count = 0;
 	for i = 1:nkids
-	  obj = get (kids(i));
+	  obj = __get__ (kids(i));
 	  switch (obj.type)
 	    case "axes"
 	      axes_count++;