diff scripts/plot/__go_draw_figure__.m @ 9281:02b16eeb3167

Fix yticklabels for log scale colorbar.
author Ben Abbott <bpabbott@mac.com>
date Thu, 28 May 2009 06:21:01 -0400
parents 5ecdb3d3568f
children d6c99b2ee941
line wrap: on
line diff
--- a/scripts/plot/__go_draw_figure__.m
+++ b/scripts/plot/__go_draw_figure__.m
@@ -59,7 +59,7 @@
 
       if (nkids > 0)
 	fputs (plot_stream, "\nreset;\n");
-	fputs (plot_stream, "set autoscale fix;\n");
+	fputs (plot_stream, "set autoscale keepfix;\n");
 	fputs (plot_stream, "set multiplot;\n");
 	fputs (plot_stream, "set origin 0, 0\n");
 	fputs (plot_stream, "set size 1, 1\n");