From 7db233927171e0856e23dc8897a3b8c466738eb4 Mon Sep 17 00:00:00 2001 From: KapitonovMikA Date: Mon, 20 May 2024 04:02:34 +0300 Subject: [PATCH] =?UTF-8?q?code:=20=D0=BF=D0=B5=D1=80=D1=81=D0=BE=D0=BD?= =?UTF-8?q?=D0=B0=D0=BB=D1=8C=D0=BD=D1=8B=D0=B9=20=D0=B2=D0=B0=D1=80=D0=B8?= =?UTF-8?q?=D0=B0=D0=BD=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- svg01.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/svg01.h b/svg01.h index 5e3353c..fb739ff 100644 --- a/svg01.h +++ b/svg01.h @@ -1,5 +1,9 @@ #pragma once +#include #include void -show_histogram_svg(const std::vector& bins); +show_histogram_svg(const std::vector& bins, std::string colors_stroke, std::string colors_fill); + + void + input_colors(std::string &colors_stroke, std::string &colors_fill);