#ifndef SVG_H_INCLUDED
#define SVG_H_INCLUDED

#include <vector>

void
show_histogram_svg(const std::vector<size_t>& bins, const std::vector<std::string>& colors);

#endif // SVG_H_INCLUDED