#ifndef SVG_H_INCLUDED #define SVG_H_INCLUDED #include #include using namespace std; void show_histogram_svg(std::vector bins,size_t max_count); #endif // SVG_H_INCLUDED