main: добавление создания гистограммы в SVG

main
TarasovEE 5 дней назад
Родитель 52a3ea05a1
Сommit e7e763fbe0

@ -2,6 +2,7 @@
#include <vector> #include <vector>
#include "histogram.h" #include "histogram.h"
#include "text.h" #include "text.h"
using namespace std; using namespace std;
// Ñòðóêòóðà // Ñòðóêòóðà
@ -34,6 +35,6 @@ int main()
{ {
auto in = input_data(); auto in = input_data();
auto bins = make_histogram(in.numbers, in.bin_count); auto bins = make_histogram(in.numbers, in.bin_count);
show_histogram_text(bins, in.bin_count); show_histogram_svg(bins);
return 0; return 0;
} }

Загрузка…
Отмена
Сохранить