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);