#pragma once #include using namespace std; void svg_begin(double width, double height); void svg_end(); void show_histogram_svg(const vector& bins);