From 580876564e8ce90daf54148b0bfb623bf74513d0 Mon Sep 17 00:00:00 2001 From: "lab01(PokhilAA)" Date: Sun, 5 May 2024 17:04:42 +0300 Subject: [PATCH] =?UTF-8?q?code:=20=D0=B7=D0=B0=D0=B3=D0=BE=D0=BB=D0=BE?= =?UTF-8?q?=D0=B2=D0=BE=D1=87=D0=BD=D1=8B=D0=B9=20=D1=84=D0=B0=D0=B9=D0=BB?= =?UTF-8?q?3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- svg.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 svg.h diff --git a/svg.h b/svg.h new file mode 100644 index 0000000..f636a71 --- /dev/null +++ b/svg.h @@ -0,0 +1,5 @@ +#pragma once +#include + +void +show_histogram_svg( const std::vector &bins);