From 86617483beee88d138174c23c63286032b864d20 Mon Sep 17 00:00:00 2001 From: "PARZIVAL (BreganIM)" Date: Mon, 5 May 2025 20:04:18 +0300 Subject: [PATCH] =?UTF-8?q?upd:=20=D0=97=D0=B0=D1=89=D0=B8=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- svg.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/svg.h b/svg.h index 27b77f1..eb4ddb2 100644 --- a/svg.h +++ b/svg.h @@ -1,4 +1,3 @@ - #pragma once #include #include @@ -10,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); +void show_histogram_svg(const std::vector& bins, double bin_size, double min_val);