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