#ifndef SVG_H_INCLUDED #define SVG_H_INCLUDED #include #include #include #include void show_histogram_svg(const std::vector& bins, const std::vector& borders, size_t bin_count, std::string filling); #endif // SVG_H_INCLUDED