#pragma once
#include <vector>
void show_histogram_text(const std::vector<size_t>& bins, std::size_t max_asterisk);