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