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