Родитель
15364943a4
Сommit
6bdb705ac8
@ -1,7 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
void svg_begin(double width, double height);
|
||||
void svg_end();
|
||||
void svg_text(double left, double baseline, std::string text);
|
||||
void svg_rect(double x, double y, double width, double height, std::string stroke, std::string fill);
|
||||
void show_histogram_svg(const std::vector<size_t>& bins);
|
Загрузка…
Ссылка в новой задаче