Mercurial > hg > octave-nkf
diff scripts/plot/__go_draw_axes__.m @ 9083:3c7a36f80972
__go_draw_axes__.m: Include gnuplot command termination when plotting image.
author | Ben Abbott <bpabbott@mac.com> |
---|---|
date | Thu, 02 Apr 2009 21:28:05 -0400 |
parents | 2d85197dbae4 |
children | 5ecdb3d3568f |
line wrap: on
line diff
--- a/scripts/plot/__go_draw_axes__.m +++ b/scripts/plot/__go_draw_axes__.m @@ -390,7 +390,7 @@ titlespec{data_idx} = "title \"\""; usingclause{data_idx} = sprintf ("binary array=%dx%d scan=yx origin=(%.15g,%.15g) dx=%.15g dy=%.15g using %s", x_dim, y_dim, x_origin, y_origin, dx, dy, format); - withclause{data_idx} = sprintf ("with %s", imagetype); + withclause{data_idx} = sprintf ("with %s;", imagetype); else ximg_data{++ximg_data_idx} = img_data;