Этот коммит содержится в:
2024-05-06 16:27:16 +03:00
родитель cf9c79667b
Коммит 7b584264f5

Просмотреть файл

@@ -3,4 +3,7 @@
#include <vector>
void
show_histogram_svg(const std::vector<size_t>& bins, std::string stroke, std::string fill);
show_histogram_svg(const std::vector<size_t>& bins, std::string colors_stroke, std::string colors_fill);
void
input_colors(std::string &colors_stroke, std::string &colors_fill);