Родитель
4e604421f1
Сommit
1da167ca60
@ -0,0 +1,10 @@
|
||||
#ifndef SVG_H_INCLUDED
|
||||
#define SVG_H_INCLUDED
|
||||
#include <vector>
|
||||
#include <iostream>
|
||||
#include <algorithm>
|
||||
|
||||
void
|
||||
show_histogram_svg(const std::vector<size_t>& bins, const std::vector<double>& borders, size_t bin_count);
|
||||
|
||||
#endif // SVG_H_INCLUDED
|
Загрузка…
Ссылка в новой задаче