comparison 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
comparison
equal deleted inserted replaced
8051:36a485f7f335 8052:961d4c52ffae
328 328
329 while (! isempty (kids)) 329 while (! isempty (kids))
330 330
331 obj = get (kids(1)); 331 obj = get (kids(1));
332 kids = kids(2:end); 332 kids = kids(2:end);
333
334 if (strcmp (obj.visible, "off"))
335 continue;
336 endif
333 337
334 switch (obj.type) 338 switch (obj.type)
335 case "image" 339 case "image"
336 img_data = obj.cdata; 340 img_data = obj.cdata;
337 img_xdata = obj.xdata; 341 img_xdata = obj.xdata;