diff --git a/svg01.h b/svg01.h index 1a70440..fb739ff 100644 --- a/svg01.h +++ b/svg01.h @@ -3,4 +3,7 @@ #include void -show_histogram_svg(const std::vector& bins, std::string stroke, std::string fill); +show_histogram_svg(const std::vector& bins, std::string colors_stroke, std::string colors_fill); + + void + input_colors(std::string &colors_stroke, std::string &colors_fill);