#ifndef SVG_H_INCLUDED #define SVG_H_INCLUDED #include #include #include void show_histogram_svg(const std::vector& bins, const std::string& text_decoration = "none"); #endif // SVG_H_INCLUDED