From 0266485890c89ddee698c1428279b3c3c017f39a Mon Sep 17 00:00:00 2001 From: IvanovDA Date: Mon, 29 Apr 2024 03:20:25 +0300 Subject: [PATCH] =?UTF-8?q?code:=20=D0=B4=D0=BE=D1=80=D0=B0=D0=B1=D0=BE?= =?UTF-8?q?=D1=82=D0=BA=D0=B0=20=D0=BE=D1=81=D0=BD=D0=BE=D0=B2=D0=BD=D0=BE?= =?UTF-8?q?=D0=B3=D0=BE=20=D1=84=D0=B0=D0=B9=D0=BB=D0=B0=20=D0=BD=D0=B0=20?= =?UTF-8?q?=D0=B2=D1=8B=D0=B2=D0=BE=D0=B4=20=D1=86=D0=B2=D0=B5=D1=82=D0=BD?= =?UTF-8?q?=D0=BE=D0=B3=D0=BE=20=D0=B8=D0=B7=D0=BE=D0=B1=D1=80=D0=B0=D0=B6?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D1=8F=20=D1=84=D0=BE=D1=80=D0=BC=D0=B0=D1=82?= =?UTF-8?q?=D0=B0=20svg?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cs-project3.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cs-project3.cpp b/cs-project3.cpp index 8f06dbd..f046d8e 100644 --- a/cs-project3.cpp +++ b/cs-project3.cpp @@ -3,6 +3,7 @@ #include "histogram.h" #include "text.h" #include "histogram_internal.h" +#include "svg.h" using namespace std; @@ -29,6 +30,6 @@ input_data() { int main() { Input in = input_data(); auto bins = make_histogram(in.numbers, in.bin_count); - show_histogram_text(bins); + show_histogram_svg(bins); return 0; } \ No newline at end of file