diff --git a/svg.cpp b/svg.cpp index 53d2e85..332868a 100644 --- a/svg.cpp +++ b/svg.cpp @@ -18,5 +18,5 @@ void show_histogram_svg(const std::vector& bins) { svg_end(); } void svg_text(double left, double baseline, std::string text) { - std::cout << "anything you want"; + std::cout << "" << text<<""; }