#ifndef SHOW_HISTOGRAM_SVG_H_INCLUDED #define SHOW_HISTOGRAM_SVG_H_INCLUDED #include <vector> void show_histogram_svg(const std::vector<std::size_t>& bins); void show_histogram_svg_vertical(const std::vector<std::size_t>& bins); #endif // SHOW_HISTOGRAM_SVG_H_INCLUDED