@ -49,7 +49,7 @@ void show_histogram_svg(const vector<size_t>& 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);