comparison scripts/plot/draw/private/__scatter__.m @ 21604:d7a268e68e69

maint: Strip trailing whitespace from source files.
author John W. Eaton <jwe@octave.org>
date Mon, 11 Apr 2016 10:53:18 -0400
parents 683a1beee538
children ffad2baa90f7
comparison
equal deleted inserted replaced
21603:37cbdf7bffa9 21604:d7a268e68e69
368 if (! one_explicit_color) 368 if (! one_explicit_color)
369 if (rows (c) == 1) 369 if (rows (c) == 1)
370 c = repmat (c, numel (x), 1); 370 c = repmat (c, numel (x), 1);
371 endif 371 endif
372 endif 372 endif
373 filled = ! strcmp (get (h, "markerfacecolor"), "none"); 373 filled = ! strcmp (get (h, "markerfacecolor"), "none");
374 s = get (h, "sizedata"); 374 s = get (h, "sizedata");
375 if (numel (s) == 1) 375 if (numel (s) == 1)
376 s = repmat (s, numel (x), 1); 376 s = repmat (s, numel (x), 1);
377 endif 377 endif
378 hlist = get (h, "children"); 378 hlist = get (h, "children");