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