Fixed tests

This commit is contained in:
Giorgio Calderone 2020-03-23 00:08:50 +01:00
parent e90a63f627
commit 9a98fbe19c

View File

@ -129,7 +129,7 @@ noise = randn(length(x))./2;
e = 0.5 * fill(1, size(x)); e = 0.5 * fill(1, size(x));
h = hist(noise, nbins=10) h = hist(noise, nbins=10)
@gp h.loc h.counts "w histeps" @gp h.bins h.counts "w histeps"
@gp x y @gp x y