comparison scripts/plot/__go_draw_axes__.m @ 7120:a2174fb073d4

[project @ 2007-11-07 21:26:43 by jwe]
author jwe
date Wed, 07 Nov 2007 21:26:43 +0000
parents d22ad51b9cf8
children 0b5807019172
comparison
equal deleted inserted replaced
7119:d22ad51b9cf8 7120:a2174fb073d4
296 else 296 else
297 ximg_data{++ximg_data_idx} = img_data; 297 ximg_data{++ximg_data_idx} = img_data;
298 endif 298 endif
299 299
300 case "line" 300 case "line"
301 if (strncmp (obj.linestyle, "none", 4)
302 && (! isfield (obj, "marker")
303 || (isfield (obj, "marker")
304 && strncmp (obj.marker, "none", 4))))
305 continue;
306 endif
301 data_idx++; 307 data_idx++;
302 is_image_data(data_idx) = false; 308 is_image_data(data_idx) = false;
303 parametric(data_idx) = true; 309 parametric(data_idx) = true;
304 have_cdata(data_idx) = false; 310 have_cdata(data_idx) = false;
305 if (isempty (obj.keylabel)) 311 if (isempty (obj.keylabel))