diff --git a/graphs.hpp b/graphs.hpp index b9d8c6a..cb2fab3 100644 --- a/graphs.hpp +++ b/graphs.hpp @@ -894,6 +894,11 @@ namespace graphs intermediate.texture[index].data |= value; } } + + // draw plot into terminal immediately if requested + if (options.draw_immediately) { + intermediate.draw(); + } } // plot from single data set template