changeset 16020:1e35b64ac31a

Pad binary data to gnuplot with a space * scripts/plot/private/__go_draw_axes__.m: Add a space to the end of each binary record. Fixes the "nset obj 1;\n <- line 0: invalid command".
author Ben Abbott <bpabbott@mac.com>
date Fri, 08 Feb 2013 18:27:35 -0500
parents 5b2126a8c84f
children 26cba49d7641
files scripts/plot/private/__go_draw_axes__.m
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/private/__go_draw_axes__.m	Fri Feb 08 16:53:14 2013 -0500
+++ b/scripts/plot/private/__go_draw_axes__.m	Fri Feb 08 18:27:35 2013 -0500
@@ -2027,6 +2027,7 @@
       endif
     endif
   endif
+  fprintf (plot_stream, "\n # pad binary data with a space\n")
 
 endfunction