From 7b584264f56171f333bd42bc08fe4f081c043d38 Mon Sep 17 00:00:00 2001 From: ShinkarenkoVA Date: Mon, 6 May 2024 16:27:16 +0300 Subject: [PATCH] =?UTF-8?q?code:=20=D1=86=D0=B2=D0=B5=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- svg01.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/svg01.h b/svg01.h index 1a70440..fb739ff 100644 --- a/svg01.h +++ b/svg01.h @@ -3,4 +3,7 @@ #include void -show_histogram_svg(const std::vector& bins, std::string stroke, std::string fill); +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);