# HG changeset patch # User Kai T. Ohlhus # Date 1461061818 -7200 # Node ID 9958cead45e296bf4be7bc27c3e5de98a1a2a02e # Parent 37a44d8af461fbc66b89333ae46390dbeed23031 scripts/plot/draw/hist.m: suppress output from test. diff -r 37a44d8af461 -r 9958cead45e2 scripts/plot/draw/hist.m --- a/scripts/plot/draw/hist.m Sun Apr 10 10:22:18 2016 +1000 +++ b/scripts/plot/draw/hist.m Tue Apr 19 12:30:18 2016 +0200 @@ -256,7 +256,7 @@ ## Handle second argument correctly, even when it's class integer %!test -%! y = [2.4 2.5 2.6 5.4 5.5 5.6] +%! y = [2.4 2.5 2.6 5.4 5.5 5.6]; %! n = [2 3 1]; %! x = [1 4 7]; %! [nn, xx] = hist (y, uint8 ([1 4 7]));