comparison scripts/plot/__go_draw_axes__.m @ 6420:e35658098bbc

[project @ 2007-03-20 17:22:31 by jwe]
author jwe
date Tue, 20 Mar 2007 17:22:31 +0000
parents 6b1535a09268
children 0cc5ca7b1e91
comparison
equal deleted inserted replaced
6419:73fcbac81f33 6420:e35658098bbc
333 endif 333 endif
334 fclose (img_fid); 334 fclose (img_fid);
335 335
336 filespec{data_idx} = img_fname; 336 filespec{data_idx} = img_fname;
337 titlespec{data_idx} = ""; 337 titlespec{data_idx} = "";
338 usingclause{data_idx} = sprintf ("binary array=%dx%d scan=yx flipy origin=(%g,%g) dx=%g dy=%g using %s", 338 usingclause{data_idx} = sprintf ("binary array=%dx%d scan=yx origin=(%g,%g) dx=%g dy=%g using %s",
339 x_dim, y_dim, x_origin, y_origin, dx, dy, format); 339 x_dim, y_dim, x_origin, y_origin, dx, dy, format);
340 withclause{data_idx} = sprintf ("with %s", imagetype); 340 withclause{data_idx} = sprintf ("with %s", imagetype);
341 341
342 ## Data in file, set to zero for data available test to pass 342 ## Data in file, set to zero for data available test to pass
343 ## below. 343 ## below.