From c250c10e38d589f0236e9ff5e1eae66ddab78a50 Mon Sep 17 00:00:00 2001 From: "PARZIVAL (BreganIM)" Date: Thu, 8 May 2025 17:29:45 +0300 Subject: [PATCH] =?UTF-8?q?upd:=D0=9A=D0=BE=D0=B4=20=D0=BE=D1=82=D0=BA?= =?UTF-8?q?=D0=B0=D1=87=D0=B5=D0=BD=20=D0=B4=D0=BE=20=D0=BC=D0=BE=D0=BC?= =?UTF-8?q?=D0=B5=D0=BD=D1=82=D0=B0=20=D0=B7=D0=B0=D1=89=D0=B8=D1=82=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- svg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svg.h b/svg.h index eb4ddb2..e4b71e7 100644 --- a/svg.h +++ b/svg.h @@ -9,4 +9,4 @@ void svg_text(double left, double baseline, const std::string& text); void svg_rect(double x, double y, double width, double height, const std::string& stroke = "black", const std::string& fill = "black"); -void show_histogram_svg(const std::vector& bins, double bin_size, double min_val); +void show_histogram_svg(const std::vector& bins);