#ifndef SHOW_SVG_H_INCLUDED
#define SHOW_SVG_H_INCLUDED
#include <vector>
using namespace std;
void
show_histogram_svg(const vector<size_t>& bins);
#endif // SHOW_SVG_H_INCLUDED