#pragma once
#include <vector>
#include <string>
void show_histogram_svg(const std::vector<double>& bins);