code: цвета
Этот коммит содержится в:
5
svg01.h
5
svg01.h
@@ -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);
|
||||
|
||||
Ссылка в новой задаче
Block a user