#ifndef SVG_H_INCLUDED #define SVG_H_INCLUDED #include #include void show_histogram_svg(const std::vector& bins, const std::vector& colors); bool check_color(std::string color); #endif // SVG_H_INCLUDED