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