#ifndef SVG_H_INCLUDED #define SVG_H_INCLUDED #include <vector> #include <iostream> #include <algorithm> void show_histogram_svg(const std::vector<size_t>& bins, const std::vector<double>& borders, size_t bin_count); #endif // SVG_H_INCLUDED