diff scripts/plot/__go_draw_axes__.m @ 6579:f569cc721d3b

[project @ 2007-04-25 17:26:49 by jwe]
author jwe
date Wed, 25 Apr 2007 17:26:49 +0000
parents 2a04f026ef54
children 376b71574728
line wrap: on
line diff
--- a/scripts/plot/__go_draw_axes__.m	Wed Apr 25 16:04:59 2007 +0000
+++ b/scripts/plot/__go_draw_axes__.m	Wed Apr 25 17:26:49 2007 +0000
@@ -311,7 +311,7 @@
 	      fwrite (plot_stream, [1:palette_size; img_colormap'], "float32");
 	    endif
 
-	    titlespec{data_idx} = "";
+	    titlespec{data_idx} = "title \"\"";
 	    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);