diff --git a/svg.h b/svg.h new file mode 100644 index 0000000..bedea90 --- /dev/null +++ b/svg.h @@ -0,0 +1,8 @@ +#ifndef SVG_H_INCLUDED +#define SVG_H_INCLUDED +#include +#include + +void show_histogram_svg(const std::vector &bins); + +#endif // SVG_H_INCLUDED