Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
|
#pragma once
|
|
#include <string>
|
|
#include <vector>
|
|
|
|
void
|
|
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);
|