comparison scripts/plot/private/__go_draw_axes__.m @ 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 cddf9103a566
children cf95f596d1fc
comparison
equal deleted inserted replaced
16019:5b2126a8c84f 16020:1e35b64ac31a
2025 fwrite (plot_stream, data(j:j+2,:), "float64"); 2025 fwrite (plot_stream, data(j:j+2,:), "float64");
2026 endfor 2026 endfor
2027 endif 2027 endif
2028 endif 2028 endif
2029 endif 2029 endif
2030 fprintf (plot_stream, "\n # pad binary data with a space\n")
2030 2031
2031 endfunction 2032 endfunction
2032 2033
2033 function do_tics (obj, plot_stream, ymirror, mono, gnuplot_term) 2034 function do_tics (obj, plot_stream, ymirror, mono, gnuplot_term)
2034 2035