code: 5.svg(вывод в svg)
Этот коммит содержится в:
3
main.cpp
3
main.cpp
@@ -1,5 +1,6 @@
|
||||
#include "histogram.h"
|
||||
#include "text.h"
|
||||
#include "svg.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
@@ -29,5 +30,5 @@ Input input_data() {
|
||||
int main() {
|
||||
auto in = input_data();
|
||||
auto bins = make_histogram(in.numbers, in.bin_count);
|
||||
show_histogram_text(bins);
|
||||
show_histogram_svg(bins);
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user