code: added stroke
Этот коммит содержится в:
2
main.cpp
2
main.cpp
@@ -101,6 +101,6 @@ main(int argc, char* argv[])
|
||||
}
|
||||
|
||||
const auto bins = make_histogram(input.numbers, input.bin_count);
|
||||
show_histogram_svg(bins,input.stroke);
|
||||
show_histogram_svg(bins,"yellow");
|
||||
}
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user