comparison scripts/plot/findobj.m @ 17119:bd50e0660545

test: Add missing semicolons to suppress output in some plot %!tests. * scripts/plot/allchild.m, scripts/plot/findall.m, scripts/plot/findobj.m, scripts/plot/legend.m, scripts/plot/uimenu.m: Add missing semicolons to suppress output in some plot %!tests.
author Rik <rik@octave.org>
date Wed, 31 Jul 2013 13:31:01 -0700
parents dbd64c9a16da
children eaab03308c0b
comparison
equal deleted inserted replaced
17118:c97a26408ee0 17119:bd50e0660545
315 %! end_unwind_protect 315 %! end_unwind_protect
316 %! assert (h2, h1) 316 %! assert (h2, h1)
317 317
318 %!test 318 %!test
319 %! toolkit = graphics_toolkit ("gnuplot"); 319 %! toolkit = graphics_toolkit ("gnuplot");
320 %! hf = figure ("visible", "off") 320 %! hf = figure ("visible", "off");
321 %! unwind_protect 321 %! unwind_protect
322 %! h1 = subplot (2, 2, 1); 322 %! h1 = subplot (2, 2, 1);
323 %! h2 = subplot (2, 2, 2); 323 %! h2 = subplot (2, 2, 2);
324 %! h3 = subplot (2, 2, 3); 324 %! h3 = subplot (2, 2, 3);
325 %! h4 = subplot (2, 2, 4); 325 %! h4 = subplot (2, 2, 4);
332 %! end_unwind_protect 332 %! end_unwind_protect
333 %! assert (h, h3) 333 %! assert (h, h3)
334 334
335 %!test 335 %!test
336 %! toolkit = graphics_toolkit ("gnuplot"); 336 %! toolkit = graphics_toolkit ("gnuplot");
337 %! hf = figure ("visible", "off") 337 %! hf = figure ("visible", "off");
338 %! unwind_protect 338 %! unwind_protect
339 %! h1 = subplot (2, 2, 1); 339 %! h1 = subplot (2, 2, 1);
340 %! set (h1, 'tag', '1') 340 %! set (h1, 'tag', '1')
341 %! h2 = subplot (2, 2, 2); 341 %! h2 = subplot (2, 2, 2);
342 %! set (h2, 'tag', '2') 342 %! set (h2, 'tag', '2')