cs-lab34/svg.h

5 строки
127 B
C++

#pragma once
#include <vector>
#include <string>
void show_histogram_svg(const std::vector<double>& bins, std::string stroke);