changeset 16892:c4de8ba70646 gnuout

Adding an STDERR message when a plot is complete
author Shane Carr <shane.carr@wustl.edu>
date Sun, 19 May 2013 04:35:07 -0500
parents 6431f38becdf
children 0a63acf8a192
files scripts/plot/private/__go_draw_figure__.m
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/private/__go_draw_figure__.m
+++ b/scripts/plot/private/__go_draw_figure__.m
@@ -194,6 +194,8 @@
         else
           fputs (plot_stream, "\nunset multiplot; unset output;\n");
           # `unset output` is required to flush out the svg file format
+          # also send a signal to STDERR that the plot is complete:
+          fputs (stderr(), "PLOT-DONE");
         endif
       else
         fputs (plot_stream, "\nreset; clear;\n");