#pragma once
#include <string>
#include <vector>
void
show_histogram_svg(const std::vector<size_t>& bins, std::string stroke, std::string fill);