From da0de25257ec7581542d369945ed420ae4e21353 Mon Sep 17 00:00:00 2001 From: KuzmenkoEA Date: Sun, 5 May 2024 23:41:34 +0300 Subject: [PATCH] =?UTF-8?q?build:=20=D0=B8=D0=B7=D0=BE=D0=B1=D1=80=D0=B0?= =?UTF-8?q?=D0=B6=D0=B5=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- svg.h | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/svg.h b/svg.h index ecbb402..ed8cc87 100644 --- a/svg.h +++ b/svg.h @@ -1,16 +1,4 @@ #pragma once +#include -void -svg_text(double left, double baseline, std::string text); - -void -svg_begin(double width, double height); - -void -svg_end(); - -void -show_histogram_svg(const std::vector& bins); - - - +void show_histogram_svg(const std::vector& bins);