upd:Код откачен до момента защиты

Этот коммит содержится в:
2025-05-08 17:29:45 +03:00
родитель abf30f27d1
Коммит c250c10e38

2
svg.h
Просмотреть файл

@@ -9,4 +9,4 @@ void svg_text(double left, double baseline, const std::string& text);
void svg_rect(double x, double y, double width, double height, void svg_rect(double x, double y, double width, double height,
const std::string& stroke = "black", const std::string& stroke = "black",
const std::string& fill = "black"); const std::string& fill = "black");
void show_histogram_svg(const std::vector<size_t>& bins, double bin_size, double min_val); void show_histogram_svg(const std::vector<size_t>& bins);