From d1521e338bddb676384d58017effb2f2e8c451d5 Mon Sep 17 00:00:00 2001 From: MelnikovDM Date: Mon, 27 May 2024 13:39:00 +0300 Subject: [PATCH] code: work with buffer --- labor01.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labor01.cpp b/labor01.cpp index 44bfe4b..299e4e5 100644 --- a/labor01.cpp +++ b/labor01.cpp @@ -69,5 +69,5 @@ int main(int argc, char* argv[]) { input = input_data(cin, true); } const auto bins = make_histogram(input.numbers, input.bin_count); - show_histogram_svg(bins); + show_histogram_svg(bins, input.colors); } \ No newline at end of file