diff scripts/plot/__go_draw_axes__.m @ 8052:961d4c52ffae

Convert stem and stem3 to use stem series objects * * * Use property inheritance and don't call drawnow in __stem__
author David Bateman <dbateman@free.fr>
date Mon, 25 Aug 2008 15:45:24 -0400
parents 2f7ff06c0c7b
children 86955a1559c5
line wrap: on
line diff
--- a/scripts/plot/__go_draw_axes__.m	Fri Aug 22 16:29:17 2008 -0400
+++ b/scripts/plot/__go_draw_axes__.m	Mon Aug 25 15:45:24 2008 -0400
@@ -331,6 +331,10 @@
       obj = get (kids(1));
       kids = kids(2:end);
 
+      if (strcmp (obj.visible, "off"))
+	continue;
+      endif
+
       switch (obj.type)
 	case "image"
 	  img_data = obj.cdata;