From bac01b99a4b69214f88db21436a0caa697e4ab9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D1=91=D0=BD=D0=B0=20=D0=90=D1=83=D0=BB=D0=BE?= =?UTF-8?q?=D0=B2=D0=B0?= Date: Wed, 7 Jun 2023 10:52:21 +0300 Subject: [PATCH] f --- svg.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/svg.h b/svg.h index 2060d2c..8e959f0 100644 --- a/svg.h +++ b/svg.h @@ -1,7 +1,9 @@ #ifndef SVG_H_INCLUDED #define SVG_H_INCLUDED +#include void -svg_begin(double width, double height) +show_histogram_svg(const std::vector& bins, size_t number_count); + #endif // SVG_H_INCLUDED