Mercurial > hg > octave-lyh
comparison 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 |
comparison
equal
deleted
inserted
replaced
9082:2d85197dbae4 | 9083:3c7a36f80972 |
---|---|
388 endif | 388 endif |
389 | 389 |
390 titlespec{data_idx} = "title \"\""; | 390 titlespec{data_idx} = "title \"\""; |
391 usingclause{data_idx} = sprintf ("binary array=%dx%d scan=yx origin=(%.15g,%.15g) dx=%.15g dy=%.15g using %s", | 391 usingclause{data_idx} = sprintf ("binary array=%dx%d scan=yx origin=(%.15g,%.15g) dx=%.15g dy=%.15g using %s", |
392 x_dim, y_dim, x_origin, y_origin, dx, dy, format); | 392 x_dim, y_dim, x_origin, y_origin, dx, dy, format); |
393 withclause{data_idx} = sprintf ("with %s", imagetype); | 393 withclause{data_idx} = sprintf ("with %s;", imagetype); |
394 | 394 |
395 else | 395 else |
396 ximg_data{++ximg_data_idx} = img_data; | 396 ximg_data{++ximg_data_idx} = img_data; |
397 endif | 397 endif |
398 | 398 |