diff 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
line wrap: on
line diff
--- a/scripts/plot/__go_draw_axes__.m	Tue Mar 20 17:18:24 2007 +0000
+++ b/scripts/plot/__go_draw_axes__.m	Tue Mar 20 17:22:31 2007 +0000
@@ -335,7 +335,7 @@
 
 	    filespec{data_idx} = img_fname;
 	    titlespec{data_idx} = "";
-	    usingclause{data_idx} = sprintf ("binary array=%dx%d scan=yx flipy origin=(%g,%g) dx=%g dy=%g using %s",
+	    usingclause{data_idx} = sprintf ("binary array=%dx%d scan=yx origin=(%g,%g) dx=%g dy=%g using %s",
 		x_dim, y_dim, x_origin, y_origin, dx, dy, format);
 	    withclause{data_idx} = sprintf ("with %s", imagetype);