#pragma once
#include <vector>
void show_histogram_svg(const std::vector<double>& bins,int number_cnt);