#ifndef SVG_H_INCLUDED #define SVG_H_INCLUDED void show_histogram_svg(const std::vector& bins,double min, double max); #endif // SVG_H_INCLUDED