From be0ef92b729b33d2a53149bf802aeff7b0cb76e3 Mon Sep 17 00:00:00 2001 From: TarasovEE Date: Thu, 25 Sep 2025 22:13:51 +0300 Subject: [PATCH] =?UTF-8?q?sourcesvg:=20=D0=BD=D0=B5=D0=B1=D0=BE=D0=BB?= =?UTF-8?q?=D1=8C=D1=88=D0=B8=D0=B5=20=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- svg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svg.cpp b/svg.cpp index d95933b..b303f6c 100644 --- a/svg.cpp +++ b/svg.cpp @@ -49,7 +49,7 @@ void show_histogram_svg(const vector& bins) const auto TEXT_WIDTH = 50; const auto BIN_HEIGHT = 30; // const auto BLOCK_WIDTH = 10 - size_t max_bins = bins[0]; + size_t max_bins = 0; svg_begin(IMAGE_WIDTH, IMAGE_HEIGHT);