changeset 6463:f7910fd3b96e

[project @ 2007-03-27 02:09:27 by jwe]
author jwe
date Tue, 27 Mar 2007 02:09:27 +0000
parents 75db909a53cc
children 9914ad33ac6a
files scripts/plot/__go_draw_axes__.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/__go_draw_axes__.m	Tue Mar 27 01:38:03 2007 +0000
+++ b/scripts/plot/__go_draw_axes__.m	Tue Mar 27 02:09:27 2007 +0000
@@ -314,7 +314,7 @@
 		fprintf (plot_stream,
 			 "set palette file \"-\" binary record=%d using 1:2:3:4;\n",
 			 palette_size);
-		fwrite (plot_stream, [1:palette_size; img_colormap'], "float32";
+		fwrite (plot_stream, [1:palette_size; img_colormap'], "float32");
 	      endif
 	    endif
 	    fclose (img_fid);