|
|
@ -101,6 +101,6 @@ main(int argc, char* argv[])
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
const auto bins = make_histogram(input.numbers, input.bin_count);
|
|
|
|
const auto bins = make_histogram(input.numbers, input.bin_count);
|
|
|
|
show_histogram_svg(bins,input.stroke);
|
|
|
|
show_histogram_svg(bins,"yellow");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|