Родитель
db3e66ad43
Сommit
7db2339271
@ -1,5 +1,9 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
void
|
void
|
||||||
show_histogram_svg(const std::vector<size_t>& bins);
|
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);
|
||||||
|
Загрузка…
Ссылка в новой задаче