#pragma once
#include <vector>
#define MAX_STR_LNG 80
#define PREFIX 4
void show_histogram_text(const std::vector<double>& bins);